Skip to content

Instantly share code, notes, and snippets.

@jbail
Created December 3, 2010 16:12
Show Gist options
  • Save jbail/727149 to your computer and use it in GitHub Desktop.
Save jbail/727149 to your computer and use it in GitHub Desktop.
Fixing height and width with CSS
/*
* This is for my outer square box
*/
#square{
width:150px;
height:150px;
background:#AFAFAF;
}
/*
* This is the content inside the square box
*/
#content{
width:500px;
height:500px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment