Created
February 10, 2012 22:02
-
-
Save beakr/1793343 to your computer and use it in GitHub Desktop.
Column align
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.themes { | |
color : black; | |
width : 250px; | |
float: left; | |
} | |
.books { | |
color : black; | |
float: left; | |
width : 33%; | |
} | |
.apps { | |
color: black; | |
width: 250px; | |
float: right; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment