From d8e0ca45d69aeeacd007e558d5b645e0a924b268 Mon Sep 17 00:00:00 2001 From: seanphunt18 Date: Mon, 16 Jan 2017 13:11:55 -0500 Subject: [PATCH 1/6] change width of page --- display-exercise.html | 8 +++++++- styles/main.css | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/display-exercise.html b/display-exercise.html index 433b6cba..fa5b109c 100644 --- a/display-exercise.html +++ b/display-exercise.html @@ -17,6 +17,12 @@ -

Placeholder!

+
+
+
+
+
+
+
\ No newline at end of file diff --git a/styles/main.css b/styles/main.css index 8d5db309..244a495d 100644 --- a/styles/main.css +++ b/styles/main.css @@ -1,8 +1,49 @@ body * { box-sizing: border-box; font-family: 'Roboto', sans-serif; + font-size: 0; } a { text-decoration: none; +} + +main { + width: 800px; + margin: 0 auto; +} + +.top-box { + height: 200px; + width: 50%; + display: inline-block; + border: 1px solid #000; + +} + +.bot-box { + height: 300px; + width: 33.33%; + display: inline-block; + border: 1px solid #000; +} + +.green-box { + background-color:green; +} + +.blue-box { + background-color: blue; +} + +.grey-box { + background-color: grey; +} + +.black-box { + background-color: black; +} + +.orange-box { + background-color: orange; } \ No newline at end of file From daa3310f36968350d9ac7a6cf7e5e6ecfcdfa416 Mon Sep 17 00:00:00 2001 From: seanphunt18 Date: Tue, 17 Jan 2017 22:08:43 -0500 Subject: [PATCH 2/6] position exercise --- position-exercise.html | 9 +++++-- styles/position-page.css | 58 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+), 2 deletions(-) diff --git a/position-exercise.html b/position-exercise.html index 8b60d474..5687db92 100644 --- a/position-exercise.html +++ b/position-exercise.html @@ -17,10 +17,11 @@ +