Skip to content

Instantly share code, notes, and snippets.

@kenmazaika
Created April 15, 2014 03:21
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 kenmazaika/10699415 to your computer and use it in GitHub Desktop.
Save kenmazaika/10699415 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Hello World</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="awesome-box">
I like kittens!
</div>
</body>
</html>
.awesome-box {
background-color: rgba(0,0,0,0.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment