Answers for "how to give spaces for div both left and right in html"

CSS
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
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
5

css padding

padding: 5px 10px 15px; //top then left & right then bottom
Posted by: Guest on August-31-2020
5

css padding

padding: 5px 10px 15px; //top then left & right then bottom
Posted by: Guest on August-31-2020

Code answers related to "how to give spaces for div both left and right in html"

Browse Popular Code Answers by Language