css3 - Add white space in HTML page -


i add white space in html page. use basic

<br/> <br/> <br/> <br/> <br/> <br/> .... 

is there other way add white space in order add padding between components?

div,p,span , every html element add padding , margin.

like

p {margin-bottom:15px;}  div {padding-bottom:15px;}  span {padding:15px 15px 15px 15px;}  p {margin:15px 15px 15px 15px;} 

Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -