Answers for "set top and bottom padding css"

CSS
4

css top padding

padding-top: 25px;
Posted by: Guest on October-03-2020
15

padding css

padding:10px 5px 15px 20px;
means
top padding is 10px
right padding is 5px
bottom padding is 15px
left padding is 20px
Posted by: Guest on April-30-2020

Code answers related to "set top and bottom padding css"

Browse Popular Code Answers by Language