A Pen by Blake Bowen on CodePen.
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
| Bacon ipsum dolor<br /> | |
| Sit amet chicken cow<br /><br /> | |
| Pastrami, ground round<br /><br /><br /><br /> | |
| Kielbasa frankfurter<br />Beef doner chuck spare<br /><br /> | |
| Ribs turkey<br /> | |
| Bacon |
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>h1. <small>Small segment header.</small></h1> | |
| <h2>h2. <small>Small segment header.</small></h2> | |
| <h3>h3. <small>Small segment header.</small></h3> | |
| <h4>h4. <small>Small segment header.</small></h4> | |
| <h5>h5. <small>Small segment header.</small></h5> | |
| <h6>h6. <small>Small segment header.</small></h6> |
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 class="subheader">h1.subheader</h1> | |
| <h2 class="subheader">h2.subheader</h2> | |
| <h3 class="subheader">h3.subheader</h3> | |
| <h4 class="subheader">h4.subheader</h4> | |
| <h5 class="subheader">h5.subheader</h5> | |
| <h6 class="subheader">h6.subheader</h6> |
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>h1. This is a very large header.</h1> | |
| <h2>h2. This is a large header.</h2> | |
| <h3>h3. This is a medium header.</h3> | |
| <h4>h4. This is a moderate header.</h4> | |
| <h5>h5. This is a small header.</h5> | |
| <h6>h6. This is a tiny header.</h6> |
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
| <div class="table-responsive"> | |
| <table> | |
| <thead> | |
| <tr> | |
| <th width="20%">Table Header 1</th> | |
| <th width="20%">Table Header 2</th> | |
| <th width="40%">Table Header 3</th> | |
| <th width="20%">Table Header 4</th> | |
| </tr> | |
| </thead> |
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
| <div class="table-responsive"> | |
| <table> | |
| <thead> | |
| <tr> | |
| <th width="25%">Table Header 1</th> | |
| <th width="25%">Table Header 2</th> | |
| <th width="25%">Table Header 3</th> | |
| <th width="25%">Table Header 4</th> | |
| </tr> | |
| </thead> |
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
| <div class="table-responsive"> | |
| <table> | |
| <thead> | |
| <tr> | |
| <th width="10%">Rank</th> | |
| <th width="50%">Film</th> | |
| <th width="30%">Director</th> | |
| <th width="10%">Year</th> | |
| </tr> | |
| </thead> |
NewerOlder