Skip to content

Instantly share code, notes, and snippets.

@rwarbelow
Created June 12, 2014 07:23
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 rwarbelow/f1335213b1f8e02586d4 to your computer and use it in GitHub Desktop.
Save rwarbelow/f1335213b1f8e02586d4 to your computer and use it in GitHub Desktop.
A Pen by Rachel Warbelow.
<html>
<head>
<meta charset="UTF-8" />
<title>Document</title>
</head>
<body>
Testing codepen.io github integration
<div class="test"></div>
</body>
</html>
.test {
background-color:red;
height: 200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment