Search
 
SCRIPT & CODE EXAMPLE
 

CSS

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);
}
Comment

PREVIOUS NEXT
Code Example
Css :: react hide scrollbar 
Css :: How to make an image fill its container without stretching 
Css :: input time without am pm 
Css :: bootstrap media queries 
Css :: checkbox remove styling 
Css :: css center text in div 
Css :: center a class css 
Css :: scss sass watch command line 
Css :: css backdrop-filter 
Css :: font awesome before after 
Css :: remove button default border css 
Css :: how to change the page background in css 
Css :: make triangle using div 
Css :: center align an image css 
Css :: add glow to image css 
Css :: textarea only one line 
Css :: css safari remove scrollbar 
Css :: how to gain full width of a phone website in html and css 
Css :: css animation animated element goes back to previous state 
Css :: grab cursor css 
Css :: how to hover over an individual cell in table css 
Css :: why are suacer pans made of bakelite 
Css :: onclick url 
Css :: how to make a div fill the screen 
Css :: change color of mark tag in html 
Css :: how to put the input box and the label on top of input 
Css :: android studio cardview background transparent 
Css :: margin clickable 
Css :: ghana 
Css :: padding in css 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =