Skip to content

Instantly share code, notes, and snippets.

@renyi
Created February 16, 2011 10:23
Show Gist options
  • Save renyi/829149 to your computer and use it in GitHub Desktop.
Save renyi/829149 to your computer and use it in GitHub Desktop.
CSS snippets
h1 {text-decoration:overline}
h2 {text-decoration:line-through}
h3 {text-decoration:underline}
h4 {text-decoration:blink}
background:red url(image.png) repeat top left scroll;
font:bold 1em/1.2em georgia,"times new roman",serif;
border:5px solid red;
margin: auto auto auto auto;
outline:3px dotted gray;
list-style:square inside url(image.png);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment