Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

gradient css

//Build a gradient and copy the CSS code to use wherever!
// https://cssgradient.io/

//example:
body{
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,0.3) 13%, rgba(0,212,255,1) 18%, rgba(0,212,255,1) 96%, rgba(0,9,89,0.3) 100%);
}
 
PREVIOUS NEXT
Tagged: #gradient #css
ADD COMMENT
Topic
Name
6+2 =