Q:

color gradient generator

\\code for a basic gradient background
   #grad {
  background-image: linear-gradient(red, yellow);
}  
12
background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%);
1
/* "element" bieng the target class item to style */
.element{
    background: rgb(2,0,36) !important;
    background: linear-gradient(331deg, rgba(2,0,36,1) 0%, rgba(139,88,94,1) 0%, rgba(53,101,125,1) 14%, rgba(40,127,156,1) 29%, rgba(0,212,255,1) 100%) !important;
    padding-bottom: 4%;
}
0

New to Communities?

Join the community