yekanchi
0
Q:

css linear gradient to bottom right


    #grad {
  background-image: linear-gradient(to bottom right, rgba(255,0,0,0), rgba(255,0,0,1));
}  
2
background: linear-gradient(to left, #333, #333 50%, #eee 100%);
6

   #grad {
  background-image: linear-gradient(red, yellow);
}  
1

New to Communities?

Join the community