From c615b556b621e23814c4b1a3a5a134f9720d20bf Mon Sep 17 00:00:00 2001 From: william Date: Mon, 20 Jul 2015 09:38:18 -0400 Subject: [PATCH] week5 day1 --- README.md | 0 exercises/1-basic-layout/README.md | 22 ++++++++ exercises/1-basic-layout/day1.css | 41 +++++++++++++++ exercises/1-basic-layout/day1.html | 8 +++ exercises/2-upgraded-layout/README.md | 15 ++++++ exercises/2-upgraded-layout/questions.md | 35 +++++++++++++ exercises/2-upgraded-layout/reset.css | 47 ++++++++++++++++++ exercises/3-left-hand-navigation/README.md | 17 +++++++ exercises/3-left-hand-navigation/lefthand.png | Bin 0 -> 236777 bytes exercises/4-right-hand-navigation/README.md | 17 +++++++ .../4-right-hand-navigation/righthand.png | Bin 0 -> 251077 bytes .../5-stack-overflow-drop-down/README.md | 22 ++++++++ 12 files changed, 224 insertions(+) create mode 100644 README.md create mode 100644 exercises/1-basic-layout/README.md create mode 100644 exercises/1-basic-layout/day1.css create mode 100644 exercises/1-basic-layout/day1.html create mode 100644 exercises/2-upgraded-layout/README.md create mode 100644 exercises/2-upgraded-layout/questions.md create mode 100644 exercises/2-upgraded-layout/reset.css create mode 100644 exercises/3-left-hand-navigation/README.md create mode 100644 exercises/3-left-hand-navigation/lefthand.png create mode 100644 exercises/4-right-hand-navigation/README.md create mode 100644 exercises/4-right-hand-navigation/righthand.png create mode 100644 exercises/5-stack-overflow-drop-down/README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/exercises/1-basic-layout/README.md b/exercises/1-basic-layout/README.md new file mode 100644 index 0000000..165c98b --- /dev/null +++ b/exercises/1-basic-layout/README.md @@ -0,0 +1,22 @@ +Basic Layout +============= + +Using HTML and CSS, you are going to construct a skeleton for basic webpage. + +Create a header positioned absolutely to the top of the page. Use HTML 5 semantics, the `
` tag. + +Put a h1 tag inside that says something funny. + +Make a navigation bar, also positioned absolutely, that is colored black. Use HTML5 semantics, the `