Last active
August 29, 2015 14:07
-
-
Save kyleschmolze/790e42037901a5fdbcba to your computer and use it in GitHub Desktop.
A Pen by Kyle Nichols-Schmolze.
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
<p> | |
We heard you like | |
<a href='/'>Links</a>, | |
so we put a | |
<a href='/'>Link</a> | |
in yo | |
<a href='/'>Link</a> | |
so you can | |
<a href='/'>Link</a> | |
while you | |
<a href='/'>Link</a>. | |
</p> |
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
a { | |
border: 1px solid #777; | |
padding: 3px; | |
border-radius: 3px; | |
} | |
/* | |
Apply width, height, and margins. See what happens. | |
Then set display: block; | |
Then set display: inline-block; | |
Then apply width, height, and margins. | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment