Last active
August 29, 2015 14:04
-
-
Save klaemo/67db657ab3cf54859f87 to your computer and use it in GitHub Desktop.
holgi's blog
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
/* ganz ans Ende der main.css */ | |
body { | |
margin: 0; | |
padding: 14px; | |
font-family: Georgia, serif; | |
font-size: 16px; | |
color: #222; | |
line-height:1.5; | |
background-color:white; | |
background-position: top left; | |
} | |
#Content { | |
margin: 0 auto; | |
width: 600px; | |
position: relative; | |
top: 0; | |
left: 0; | |
} | |
/* STACKENBLOCHEN Titel */ | |
.title { | |
font-size: 20px; | |
} | |
/* where contestants... */ | |
.title font { | |
font-size: 12px; | |
} | |
/* Navigation */ | |
.small i { | |
font-size: 16px; | |
} | |
img { | |
width: 100%; | |
height: auto; | |
} | |
@media only screen and (max-width: 600px) { | |
body { | |
font-size: 14px; | |
padding: 14px; | |
} | |
#Content { | |
padding: 0; | |
width: 100%; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment