Skip to content

Instantly share code, notes, and snippets.

@jw56578
Created November 15, 2016 17:41
Show Gist options
  • Save jw56578/93d679f806cebf55211a0e4b7f5eab05 to your computer and use it in GitHub Desktop.
Save jw56578/93d679f806cebf55211a0e4b7f5eab05 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=93d679f806cebf55211a0e4b7f5eab05
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div id="one"></div>
<div id="two"></div>
<div id="three"></div>
</body>
</html>
div{
float:left;
}
#one{
background-color:red;
width:33%;
height:40px;
}
#two{
background-color:blue;
width:33%;
height:40px;
}
#three{
background-color:yellow;
width:33%;
height:40px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment