Skip to content

Instantly share code, notes, and snippets.

@milingo
Last active August 29, 2015 14:16
Show Gist options
  • Save milingo/25d6b9d808e7adbe4abb to your computer and use it in GitHub Desktop.
Save milingo/25d6b9d808e7adbe4abb to your computer and use it in GitHub Desktop.
Html Box Model
/* Add blocks of fixed size that will fit from left to right and top to bottom */
.block {
float: left;
width: 200px;
height: 200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment