A Pen by Mrfoxtalbot on CodePen.
Created
July 13, 2015 21:56
-
-
Save anonymous/6eb129767baf8b2d86b3 to your computer and use it in GitHub Desktop.
RPJGBr
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><h1>Hola</h1></div> |
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
html {background:yellow} | |
h1 {font-family:sans-serif;color:#222; padding:20px; background:#eee;text-align:center} | |
div {background: #444; padding:20px; margin:20px auto; width:50% } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment