html - How to make section 100% size with margins? -


i want border pictures , parallax scrolling, added section in body , had content in that. when make section 100% or 100vh , add margin goes outside body.

you need section full height 20px margin. have added fiddle here

and code here

<body style="margin:0;background: red; width:100%;height:100%;">      <section style="position: absolute; display: inline-block; top:0; left:0; bottom:0; width:200px;  margin:20px; background:green;">      </section> </body> 

Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

C++ Program To Find Smallest and Largest Number In Array -