Search
 
SCRIPT & CODE EXAMPLE
 

CSS

blue gradient background

background: rgb(13,20,54);
background: linear-gradient(180deg, rgba(13,20,54,1) 0%, rgba(40,57,119,1) 30%, rgba(63,69,125,1) 50%, rgba(40,57,119,1) 70%, rgba(20,36,93,1) 100%);

<!-- @Zenonymous -->
Comment

blue gradient

background: #1a2980; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #1a2980, #26d0ce); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #1a2980, #26d0ce); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
Comment

PREVIOUS NEXT
Code Example
Css :: radius to imported icons 
Css :: abstände zwischen zeilen html 
Css :: css folded corner 
Css :: on class hover another class color change 
Css :: enable xdebug ddev 
Css :: jpa select date format 
Css :: div position by default 
Css :: place items 
Css :: bulma scss add custom colors 
Css :: background image for div in grid system bootstrap 
Css :: ionic slidesperview not working 
Css :: css fonts 
Css :: icon float right side input css 
Css :: css floats 
Css :: css light mode 
Css :: css icons free 
Css :: svg background css 
Css :: what is display block 
Css :: nth-child css 
Css :: gradient 
Css :: align an entire second row center css grid 
Css :: grandezza caratteri css 
Css :: convert css in scss 
Css :: media queries css and logic 
Css :: powershell convertto-html css 
Css :: css change browser color 
Css :: btn keeps pushing down on window resize 
Css :: qgraphicsscene get viewport width 
Css :: ignore certificare ssl 
Css :: css geight 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =