Search
 
SCRIPT & CODE EXAMPLE
 

CSS

how to insert gradient in css

body{
  /*Radial Gradient*/
  background-image: radial-gradient(#EA52F8 5.66%, #0066FF 94.35%);
  /*Linear Gradient*/
  background-image: linear-gradient(45.34deg, #EA52F8 5.66%, #0066FF 94.35%);
}
Comment

how to insert gradient in css

body{
  background-image: linear-gradient(45.34deg, #EA52F8 5.66%, #0066FF 94.35%);
}
Comment

PREVIOUS NEXT
Code Example
Css :: css font variant small caps 
Css :: CSS blue bottom right Box shadow 
Css :: css math functions 
Css :: css hover a class change effect in another class 
Css :: html css disabled button hover style 
Css :: linux remove files except 
Css :: create shadow css 
Css :: how to center icon vertically in react js 
Css :: btn glow on hover 
Css :: make element glow 
Css :: morphism box shadow 
Css :: zero two hair color code 
Css :: custom taxonomy pagination 404 
Css :: cool css fonts 
Css :: This message is shown once a day. To disable it please create 
Css :: css clear 
Css :: input of type radio css 
Css :: css animated background 
Css :: calc css float to procent 
Css :: text-decoration 
Css :: style input field css 
Css :: flexbox 
Css :: two classes css modules 
Css :: styling input field tailwind css 
Css :: Heart Shape Html And Css 
Css :: css syntax 
Css :: text background in css 
Css :: installation tailwind css in html 
Css :: scrollbar with 2 different colors on same page css 
Css :: css style select arrow color 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =