Created
April 16, 2018 17:04
-
-
Save drewlesueur/9c7eac25fcd006b854e46e9800c3f418 to your computer and use it in GitHub Desktop.
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
<!doctype html> | |
<div style="display: flex; flex-flow: column; height: 400px; width: 300px; border: 1px solid green"> | |
<div style="padding: 20px; background-color: teal; color: white;"> This is some sort of heading</div> | |
<div style="border: 1px solid red; overflow: auto;"> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
this is the body | |
<br> | |
</div> | |
<div style="padding: 20px; background-color: teal; color: white;">Footer</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment