CSS: Padding Properties


padding: top right bottom left

padding:100px 75px 50px 25px;

Long hand version
padding-top:100px;
padding-right:75px;
padding-bottom:50px;
padding-left:25px;

All four sides 100px
padding:100px;


Comments

Popular posts from this blog

Docker : Adding Docker Repository Key and Updating Docker To The Latest Version

Install the Northwind Sample Database

Enable ASP.NET Core to Serve Static Files