Created
October 3, 2012 00:09
-
-
Save mnafricano/3824136 to your computer and use it in GitHub Desktop.
Pretty Div
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
/** | |
* Pretty Div | |
*/ | |
body { | |
background: #2574B0 url(http://cssdesk.com/images/bg-blueprint.png); | |
font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif; | |
padding: 75px; | |
font-size: 13px; | |
} | |
div { | |
background: #fff; | |
margin: 0 auto; | |
width: 200px; | |
padding: 100px; | |
text-align: center; | |
border-radius: 5px; | |
} |
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> Pretty Div </div> |
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
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment