Skip to content

Instantly share code, notes, and snippets.

@cmoscardi
Created November 16, 2016 01:00
Show Gist options
  • Save cmoscardi/6cbb832df5dbbab2942ca74e7e13c306 to your computer and use it in GitHub Desktop.
Save cmoscardi/6cbb832df5dbbab2942ca74e7e13c306 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=6cbb832df5dbbab2942ca74e7e13c306
<!DOCTYPE html>
<html>
<head>
<title>Do Now 5.0.1</title>
</head>
<body>
<h1>This is a big blue box?!</h1>
<div class="large" id="one"></div>
<p id="hey"></p>
</body>
</html>
#one{
background: blue;
width:200px;
height:200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment