Created
July 29, 2012 13:38
-
-
Save usysrc/3198859 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
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
/** | |
* 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; | |
} |
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
<!-- 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> |
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","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