Horje
linear-gradient(top to bottom) Code Example
linear-gradient(top to bottom)
/* A gradient going from the top to bottom
   starting red and finishing orange */

.class {
    background: linear-gradient(to bottom, #f32b60, #ff8f1f);
}
html css background linear-gradient
#background {
  background-image: linear-gradient(to left, #4B2C4C , #151F28);
}
html css background linear-gradient
background: linear-gradient(#333, #333 50%, #eee 100%);
\\code for a basic gradient background
   #grad {
  background-image: linear-gradient(red, yellow);
}  




Css

Related
css hover mouse hand Code Example css hover mouse hand Code Example
how to cover entire div with background image Code Example how to cover entire div with background image Code Example
border radius not working Code Example border radius not working Code Example
css circle border Code Example css circle border Code Example
unknown function 'mat-palette' Code Example unknown function 'mat-palette' Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15