Skip to content

Instantly share code, notes, and snippets.

@ElijahLynn
Forked from anonymous/water.css
Created August 18, 2012 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ElijahLynn/3383855 to your computer and use it in GitHub Desktop.
Save ElijahLynn/3383855 to your computer and use it in GitHub Desktop.
body {
margin: 20px;
color: #2B2B2B;
background-color: #D47D7D;
}
div {
margin: 10px;
font-size: 50px ;
}
<body>
<div>
Hello
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment