add space in html
<!-- vertical space -->
 
 
<!--horizontal space -->
<br/>
add space in html
<!-- vertical space -->
 
 
<!--horizontal space -->
<br/>
css padding
padding: 5px 10px 15px 20px; //top right bottom left
padding: 10px 20px;//top & bottom then left & right
padding-top: 5px; //just top padding
padding-right: 10px; //just right padding
padding-bottom: 15px; //just bottom padding
padding-left: 20px; //just left padding
padding css
padding:10px 5px 15px 20px;
means
top padding is 10px
right padding is 5px
bottom padding is 15px
left padding is 20px
css padding property
padding: 00px 00px 0px 0px; //top right bottom left
// mnemonic to remeber positions Te-Rri-B-Le (terrible)
html padding
<h2 style="padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px">London</h2>
padding css shorthand
Syntax:
padding: top, right, bottom, left;
Example:
padding: 10px 15px 20px 25px;
/*What it means*/
padding from top 10px
padding from right 15px
padding from bottom 20px
padding from left 25px
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us