Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css code examples

/*
	Gradient body background
*/

body {
	width: 100%;
  	height: 100%;
  	padding: 0;
  	margin: 0;
  
  	background: linear-gradient(20deg, #F00, #00F);
}
Comment

PREVIOUS NEXT
Code Example
Css :: how to create wave like border 
Css :: CSS adding something next to a picture 
Css :: css affect other elements on hover 
Css :: line height tailwind 
Css :: create circle in css 
Css :: lightning color code 
Css :: ubuntu uninstall unity hub 
Css :: how to put something on layers css 
Css :: css varianbes 
Css :: css responsive image 
Css :: progress bar bootstrap border 
Css :: ckeditor push text in front of cursor 
Css :: css focus-within 
Css :: grid template 
Css :: custom select dropdown css only codepen 
Css :: facebook box-shadow css 
Css :: transform on click 
Css :: css line height 
Css :: css active 
Css :: new line ::after class 
Css :: text overflow css 
Css :: remove black border from border css 
Css :: align links to right css 
Css :: How to keep same background-image ratio/size on all different screen sizes? 
Css :: feature detect css 
Css :: how to use flex-shrink in css 
Css :: css push div down 
Css :: animation using css 
Css :: css multiline comment 
Css :: indexes vs foreign key 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =