13.02.2013 Views

WEB STANDARDS CREATIVITY

WEB STANDARDS CREATIVITY

WEB STANDARDS CREATIVITY

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Translation<br />

Figure 7-9. Final layout proportions<br />

With smug simplicity, CSS concisely displays the proportions I worked so hard and verbosely to determine:<br />

body {<br />

font-family: Georgia,"Times New Roman",Times,serif;<br />

font-size: small;<br />

}<br />

#wrap {<br />

max-width: 57em;<br />

}<br />

#nav {<br />

width: 19%;<br />

margin-right: 2%;<br />

}<br />

#main {<br />

width: 53%;<br />

margin-left: 2%;<br />

margin-right: 2%;<br />

}<br />

#about {<br />

width: 19%;<br />

margin-left: 2%;<br />

}<br />

21% 57%<br />

21%<br />

chapter 7 Bridging the Type Divide: Classic Typography with CSS<br />

165

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!