Skip to content

Instantly share code, notes, and snippets.

@mnafricano
Created October 3, 2012 00:09
Show Gist options
  • Save mnafricano/3824136 to your computer and use it in GitHub Desktop.
Save mnafricano/3824136 to your computer and use it in GitHub Desktop.
Pretty Div
/**
* 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;
}
<div> Pretty Div </div>
{"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