Skip to content

Instantly share code, notes, and snippets.

@usysrc
Created July 29, 2012 13:38
Show Gist options
  • Save usysrc/3198859 to your computer and use it in GitHub Desktop.
Save usysrc/3198859 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#content{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
font-family: 'Press Start 2P', cursive;
font-weight: 400;
background:rgba(58,58,58,0.925);
text-align:center;
padding:10px;
width: 600px;
height:480px;
position: absolute;
top:50%;left:50%;
margin-top:-25%;
margin-left:-310px;
z-index:2;
}
h1{
color:#666;
font-size: 1.2em; font-family: 'Press Start 2P', cursive; text-shadow: #000 0px 0px 4px;
}
<!-- content to be placed inside <body>…</body> -->
<link href='http://fonts.googleapis.com/css?family=Press+Start+2P' rel='stylesheet' type='text/css'>
<div id="content">
<h1>Beardlike</h1>
Retro Roguelike about beards
</div>
{"view":"split","fontsize":"80","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment