Skip to content

Instantly share code, notes, and snippets.

@brianrodri
Created October 31, 2016 20:09
Show Gist options
  • Save brianrodri/7a5e8e5c0ba0d573ab0443a5fabaa7e7 to your computer and use it in GitHub Desktop.
Save brianrodri/7a5e8e5c0ba0d573ab0443a5fabaa7e7 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=7a5e8e5c0ba0d573ab0443a5fabaa7e7
<!DOCTYPE html>
<html>
<head>
<title>Mini-Activity 4.1.0</title>
</head>
<body>
<div id="green"></div>
<div id="yellow"></div>
<div id="blue"></div>
<div id="red"></div>
</body>
</html>
#red {
background-color: red;
width: 100px;
height: 100px;
}
#blue {
background-color: blue;
width: 100px;
height: 100px;
}
#green {
background-color: green;
width: 100px;
height: 100px;
}
#yellow {
background-color: yellow;
width: 100px;
height: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment