Rewrite and format text for the web
Your task is to fix this text, so that it is:
- cut by half
- formatted for the screen
- easy to scan
- written for the web.
You can edit the text down as much as you'd like. Keep in mind all the points we talked about in the lecture.
Typography
Make this visually interesting using type. Pick a typeface (or two) from Google fonts and embed it in your page.
Mark up the CSS so that you're using a percentage/em-based method of measuring your text.
How to set in a readable column width
- Select all (cmnd+a, ctrl+a)
- Go to the Insert menu ..>Layout Objects...>Div Tag
- (Wrap around selection) and then click on new CSS rule
- Make it an ID, call it #mainbox, click ok
- Under the Box category, pick a width of 500-600px (you decide)
- Under margins, use the pulldown to make your left and right margins "auto"
- Click OK, then click OK again.