Created
July 13, 2012 00:58
-
-
Save pelagisk/3102097 to your computer and use it in GitHub Desktop.
Exempel CSS
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
| /* så här här skriver du en kommentar */ | |
| body { | |
| background-color: #ffffff; | |
| } | |
| h1 { | |
| font-family: "Helvetica", sans-serif; | |
| font-color: #ff0000; | |
| } | |
| p, a { | |
| font-family: "Garamond", serif; | |
| font-color: #000000; | |
| } | |
| section#ett-textblock { | |
| width: 960px; | |
| border: 1px dashed #000; | |
| margin:auto; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment