User Tools

Site Tools


css:height:div_100_height_with_padding_margin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
css:height:div_100_height_with_padding_margin [2021/08/08 12:55] – [Using CSS box-sizing] petercss:height:div_100_height_with_padding_margin [2021/08/08 12:56] (current) – [Using Calc] peter
Line 124: Line 124:
 <code css> <code css>
 #myDiv { #myDiv {
-    width: calc(100% - 5px); +  width: calc(100% - 5px); 
-    height: calc(100% - 5px); +  height: calc(100% - 5px); 
-    padding: 5px;+  padding: 5px;
 } }
 </code> </code>
  
 <WRAP info> <WRAP info>
-**NOTE:**  Don'forget the space between the values and the operator (e.g. (100%-5px) that will break the syntax.+**NOTE:**  Do not forget the space between the values and the operator (e.g. (100%-5px) that will break the syntax.
 </WRAP> </WRAP>
  
css/height/div_100_height_with_padding_margin.1628427354.txt.gz · Last modified: 2021/08/08 12:55 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki