Skip to content

Instantly share code, notes, and snippets.

@pelagisk
Created July 13, 2012 00:58
Show Gist options
  • Select an option

  • Save pelagisk/3102097 to your computer and use it in GitHub Desktop.

Select an option

Save pelagisk/3102097 to your computer and use it in GitHub Desktop.
Exempel CSS
/* 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