Modest Layout Code

Code:

Lorem ipsum dolor sit amet...

CSS:
body{padding-top:20px;background:#888}p{color:#000}.container{background:#fff;padding:20px;margin-bottom:20px}#wrapper{background:#444;height:40px;color:#fff}#wrapper h2{color:#000;background:#fff}#wrapper h3{color:#000;line-height:40px}#wrapper a{text-decoration:none}#wrapper a:hover{text-decoration:underline}img{max-width:100%;height:auto;margin:0;padding:0}@media only screen and (min-width:768px) and (max-width:991px){#nav ul li{margin-left:15px}}@media only screen and (max-width:767px){h1{font-size:2.5em}#wrapper{background:#fff;margin:0}#wrapper h3{background:#000;text-align:center;width:50px;height:50px;line-height:50px;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px}#wrapper a{color:#000;text-decoration:none}#wrapper a:hover{color:#000;text-decoration:underline;margin:0;padding:0}}