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 - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -