Created
February 24, 2014 23:22
-
-
Save alexmcpherson/9199396 to your computer and use it in GitHub Desktop.
Basic CSS example
This file contains hidden or 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
p { | |
color: #000000; | |
font-size: 1.2px; | |
} | |
.important { | |
font-weight: bold; | |
} | |
#main { | |
border: 1px solid #333; | |
} | |
#main ul li { | |
padding-left: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment