Search
 
SCRIPT & CODE EXAMPLE
 

CSS

padding bottom

div {
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 80px;
}
/* You can also write above code in one line */
div{
padding: 50px 30px 50px 80px; /* top right bottom left; (moving clockwise) */
}
Comment

padding top bottom

padding-block: 40px 40px;
/*This works for padding topm and bottom*/
Comment

PREVIOUS NEXT
Code Example
Css :: css border properties 
Css :: bootstrap 3 offset 
Css :: css image background center horizontally in div 
Css :: media screen desktop 
Css :: comments in css 
Css :: reduire espace entre ligne css 
Css :: var minus scss 
Css :: how to add fanctoin to links in css 
Css :: css selector every child except last 
Css :: z pos css 
Css :: css bg code 
Css :: add css file to html 
Css :: min padding 
Css :: css animation stay at end 
Css :: i used overflow-y : scroll but the scroll bar keep on showing 
Css :: how to change color of element when hovering over div 
Css :: prevent css animation reset 
Css :: how to make div width auto adjust 
Css :: css background linear gradient transparent 
Css :: elementor accordion closed by default 
Css :: align div bottom of parent 
Css :: responsive font-size 
Css :: dashed lin in css 
Css :: Install css-loader and style-loader 
Css :: background-repeat 
Css :: canvas disable antialiasing 
Css :: css after 
Css :: svg stroke color 
Css :: border buttom color 
Css :: remove effect off animation css 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =