Ξ Ξ

Page

  • Immutable Page
  • Info
  • Attachments

User

Differences between revisions 1 and 2
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
==== Basic layout, 1 ====

Create a web page in 3 files:

lesson-1.html
lesson-1.css
shade.jpg

which has:

 *A left side bar
  *Which has a cyan right border .5em wide
   *Explain what an "em" is and why to use it rather than px, %, pt, in, etc.
  *With styled monospaced text
 *A main right page
  *With 3 links at the top
   *With a background image that shades from blue to green
   *In yellow text
  *Add a table at the bottom

Use the CSS file only for all formatting such as borders, fonts, widths, padding, link images, colors, etc.

Try to make it look like:
 

globalspirits: LessonOne (last edited 2010-05-13 02:22:58 by TomOehser)