Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

background linear gradient opacity css

div {
     height: 200px;
     width: 350px;
     background: linear-gradient(to down, rgba(169,208,113,0),rgba(136,173,215,1)); 
}
Source by codepen.io #
 
PREVIOUS NEXT
Tagged: #background #linear #gradient #opacity #css
ADD COMMENT
Topic
Name
9+3 =