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 :: input css text on right 
Css :: css button click animation 
Css :: on hover disabled cursor 
Css :: link text underline css none 
Css :: hover li change a color 
Css :: add background image in css 
Css :: color td first row css 
Css :: background center 
Css :: css h sizes 
Css :: display flex css compatibility 
Css :: hex codes of bootstrap colours 
Css :: css create sidebar 
Css :: list in html css 
Css :: remove materialize style input 
Css :: font stack css 
Css :: max character css 
Css :: include screen size 
Css :: css grid container 
Css :: round the value of 2 decimals in java 
Css :: flex: 0 1 auto 
Css :: what is em in css 
Css :: CSS line-height values 
Css :: padding block 
Css :: add .css to CKEDITOR 
Css :: how to remove the body margin from navbar in css 
Css :: deploy truffle project on testnet 
Css :: react how to wrap 
Css :: unhover animation 
Css :: css grid example 
Css :: variable in scss 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =