commit c615b556b621e23814c4b1a3a5a134f9720d20bf Author: william Date: Mon Jul 20 09:38:18 2015 -0400 week5 day1 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 `