Skip to content

Instantly share code, notes, and snippets.

@Shininglow
Last active September 26, 2017 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shininglow/ce93f4af9706f218631aa12f85421e5d to your computer and use it in GitHub Desktop.
Save Shininglow/ce93f4af9706f218631aa12f85421e5d to your computer and use it in GitHub Desktop.
#two-column-cf {
width: 100%;
}
#two-column-cf #left {
width: 50%;
float: left;
}
#two-column-cf #right{
width: 50%;
float: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment