Skip to content

Instantly share code, notes, and snippets.

@zackseuberling
Created February 7, 2013 04:24
Show Gist options
  • Select an option

  • Save zackseuberling/4728516 to your computer and use it in GitHub Desktop.

Select an option

Save zackseuberling/4728516 to your computer and use it in GitHub Desktop.
Lab 3, Positioning
#container {
width: 960px;
}
.box {
background-color: blue;
height: 100px;
width: 100px;
}
#box1 {
float: left;
}
#box2 {
float: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment