From f17adeba6b7925f819d1c1627d9644e59326f926 Mon Sep 17 00:00:00 2001 From: dav2113534 Date: Sat, 28 Jan 2017 15:37:10 -0700 Subject: [PATCH 1/9] initial commit --- display-exercise.html | 6 +++++- styles/display-page.css | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/display-exercise.html b/display-exercise.html index 433b6cba..13932259 100644 --- a/display-exercise.html +++ b/display-exercise.html @@ -17,6 +17,10 @@ -

Placeholder!

+
+
+
+
+
\ No newline at end of file diff --git a/styles/display-page.css b/styles/display-page.css index e69de29b..581dd313 100644 --- a/styles/display-page.css +++ b/styles/display-page.css @@ -0,0 +1,3 @@ +class { + border: 1px black; +} \ No newline at end of file From 4f018001b4215dc2d59abdd438f60afe86942084 Mon Sep 17 00:00:00 2001 From: dav2113534 Date: Sat, 28 Jan 2017 16:20:11 -0700 Subject: [PATCH 2/9] initial commit --- styles/display-page.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/display-page.css b/styles/display-page.css index 581dd313..c567558a 100644 --- a/styles/display-page.css +++ b/styles/display-page.css @@ -1,3 +1,8 @@ class { border: 1px black; +} +.green-box { + background-color: green; + width: 50%; + height: 200px; } \ No newline at end of file From 4553c0342f62181198b3e01ae7f9d1ced2f39586 Mon Sep 17 00:00:00 2001 From: dav2113534 Date: Sat, 28 Jan 2017 17:54:01 -0700 Subject: [PATCH 3/9] initial commit --- display-exercise.html | 18 ++++++++++----- styles/display-page.css | 50 +++++++++++++++++++++++++++++++++++++---- 2 files changed, 58 insertions(+), 10 deletions(-) diff --git a/display-exercise.html b/display-exercise.html index 13932259..1c369d91 100644 --- a/display-exercise.html +++ b/display-exercise.html @@ -8,7 +8,7 @@ - + @@ -17,10 +17,16 @@ -
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/styles/display-page.css b/styles/display-page.css index c567558a..cbcc7a6a 100644 --- a/styles/display-page.css +++ b/styles/display-page.css @@ -1,8 +1,50 @@ -class { - border: 1px black; +main { + font-size: 0; } -.green-box { - background-color: green; + +.box-parent { + margin-top: 90px; + margin-left: auto; + margin-right: auto; + width: 800px; +} + +.box { + border: 1px solid black; + display: inline-block; +} + +.box_half { width: 50%; height: 200px; +} + +.box_third { + width: 33.33%; + height: 300px; +} + +.black { + background-color: black; + border: 1px solid; +} + +.green { + background-color: green; +} + +.grey { + background-color: grey; +} + +.blue { + background-color: blue; +} + +.yellow { + background-color: yellow; +} + +.centered { + text-align: center; } \ No newline at end of file From e3720db34a7a334877298442c4204c06588e6550 Mon Sep 17 00:00:00 2001 From: dav2113534 Date: Sun, 29 Jan 2017 12:40:28 -0700 Subject: [PATCH 4/9] initcommit --- position-exercise.html | 11 ++++++++--- styles/position-page.css | 12 ++++++++++++ 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/position-exercise.html b/position-exercise.html index 8b60d474..e98eaee7 100644 --- a/position-exercise.html +++ b/position-exercise.html @@ -18,16 +18,21 @@ -