This file contains 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#container { | |
border: 2px solid black; | |
background: #ddd; | |
width: 485px; | |
} | |
p { | |
background: gray; | |
padding: 10px; | |
display: inline-block; | |
width: 180px; | |
margin: 10px; | |
padding: 20px | |
} |
This file contains 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 id="container"> | |
<p> | |
blah blah blah blah blah blah blah | |
bhal sdafasd ads fasdlkfja;sdlkfjasd | |
fasdfadsf;lkjadsf asdf | |
asdfasd ;flkja sdfasd | |
fad | |
sfa | |
sdfasd ;kfajds fa sd | |
fasdfasd;lkjfa;sd lkfa;sd f | |
ads | |
fasd | |
</p> | |
<p> | |
333333333333333333333 asdfaadsf | |
adsfasdfasdfasdf | |
asdfasdfasdfasdfl kasjd;f lasdk jf;asdl f | |
</p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment