
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Box Model</h1> | |
<p>Every element on the page has its own box, which can be styled using CSS.</p> | |
<p>From the inside out:</p> | |
<ol> | |
<li>content</li> | |
<li>padding</li> | |
<li>border</li> | |
<li>margin</li> | |
</ol> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Box Model</h1> | |
<p>Every element on the page has its own box, which can be styled using CSS.</p> | |
<p>From the inside out:</p> | |
<ol> | |
<li>content</li> | |
<li>padding</li> | |
<li>border</li> | |
<li>margin</li> | |
</ol> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Box Model</h1> | |
<h1>Box Model 2</h1> | |
<p>Every element on the page has its own box, which can be styled using CSS.</p> | |
<p>From the inside out:</p> | |
<ol> | |
<li>content</li> | |
<li>padding</li> | |
<li>border</li> | |
<li>margin</li> | |
</ol> |
NewerOlder