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

css top padding

padding-top: 25px;
Comment

padding top bottom

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

padding bottom and top css in same ligne

padding: 5px 0px;
Comment

PREVIOUS NEXT
Code Example
Css :: white space in css 
Css :: rotate icon 
Css :: twig inline css 
Css :: linear-gradient tailwind 
Css :: how to put different p elements next to each 
Css :: details summary hide arrow 
Css :: .row bootstrap 
Css :: html css profile page template 
Css :: neomorphic box 
Css :: css infinite horizontal scroll 
Css :: how to style ul circles black in css 
Css :: css class and id 
Css :: line icon 
Css :: scss mixin 
Css :: Change the color of anchor tags 
Css :: Html css forbidden cursor 
Css :: To set HTML attribute and css styles in html helper control in mvc 
Css :: change border highlight color on an input text element 
Css :: css line-through with words 
Css :: span size css 
Css :: wordpress page css not working 
Css :: nth-of-type(2):before 
Css :: update checkbox size css 
Css :: bootstrap-scss github 
Css :: safari version 10+ media query 
Css :: affect top div opacity without affecting childrne 
Css :: ms-clear event 
Css :: css display inline 
Css :: how to code color css property 
Css :: less set media size 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =