Skip to content

Instantly share code, notes, and snippets.

@griffiths
Created January 22, 2014 22:17
Show Gist options
  • Save griffiths/8568547 to your computer and use it in GitHub Desktop.
Save griffiths/8568547 to your computer and use it in GitHub Desktop.
body {
background-color: blue;
color: white;
font-size: 72px;
font-weight: bold;
letter-spacing: -2px;
}
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
Hello world.
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment