diff --git a/front-end/1-basic-layout/README.md b/front-end/1-basic-layout/README.md deleted file mode 100644 index b826fe9..0000000 --- a/front-end/1-basic-layout/README.md +++ /dev/null @@ -1,22 +0,0 @@ -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 `