Skip to content

Instantly share code, notes, and snippets.

@tobstarr
Created December 6, 2008 09:27
Show Gist options
  • Save tobstarr/32846 to your computer and use it in GitHub Desktop.
Save tobstarr/32846 to your computer and use it in GitHub Desktop.
# verhindert "Srpingen" von Navigationsleiste im Firefox
html {
height: 101%;
}
# Hintergrundgrafiken mit Farbverlauf
# http://tools.dynamicdrive.com/gradient/
# CSS validator
# http://jigsaw.w3.org/css-validator/
// padding und margin verkürzen
body {
padding: 20px; # alles hat ein padding von 20px
padding: 10px 20px 0 20px; # top, right, bottom, left
padding: 10px 0; top + bottom, right + left
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment