From d25a9c6206b8f480758581f3381deea13d3a5246 Mon Sep 17 00:00:00 2001 From: ajsmith2 Date: Mon, 4 Mar 2019 15:32:21 -0800 Subject: [PATCH 1/6] Add reset.css --- reset.css | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 reset.css diff --git a/reset.css b/reset.css new file mode 100644 index 0000000..e69de29 From 9533f2d94cadc623f1dc92b4cf7447c6448275a2 Mon Sep 17 00:00:00 2001 From: ajsmith2 Date: Mon, 4 Mar 2019 15:33:19 -0800 Subject: [PATCH 2/6] Add css/style.css --- css/style.css | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 20b5581..bfd3450 100644 --- a/css/style.css +++ b/css/style.css @@ -1,14 +1,14 @@ -body +body { font-size: 14px; } nav { - background color: yellow; + background-color: yellow; height: 100px; margin-top: -10px; position: fixed; width: 100%; - +} section { margin: 0 auto; @@ -16,13 +16,14 @@ section { } h1 { - font-family sans-serif; + font-family: sans-serif; font-size: 2em; + background-color: yellow; } .example, h3 { padding-top: 30px; - text-align center + text-align: center; } h3 { @@ -32,5 +33,12 @@ h3 { .element { background-color: green; height: 100px; - margin 10px 0; + margin: 10px 0; width: 100%; +} + +.elementary { + background-color: pink; + height: 100px; + margin: 10px 0; +} From 3a367ead7e02eb0f48a0ef7d08c626e5d3fd1418 Mon Sep 17 00:00:00 2001 From: ajsmith2 Date: Mon, 4 Mar 2019 15:33:46 -0800 Subject: [PATCH 3/6] Add index.html --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 8848434..b3d6a28 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ +