From ecf242854205c8703121fdfc174f48a4dcc22fa1 Mon Sep 17 00:00:00 2001 From: Joe Doyle Date: Sun, 9 Apr 2017 10:25:25 -0700 Subject: [PATCH] Updated header color and layout --- css/styles.css | 12 +++++++++++- index.html | 4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/css/styles.css b/css/styles.css index 5c19b75..b00d093 100644 --- a/css/styles.css +++ b/css/styles.css @@ -25,7 +25,7 @@ time, mark, audio, video { } .header-background { - background-color: gold; + background-color: #3388ff; } .center-content { @@ -33,6 +33,16 @@ time, mark, audio, video { margin: 0 auto; } +.title-section { + display: flex; + align-items: center; +} + +.title { + font-size: 3.25rem; + margin-left: 25px; +} + .events { display: flex; flex-flow: row wrap; diff --git a/index.html b/index.html index 3f66fac..95d0a49 100644 --- a/index.html +++ b/index.html @@ -23,9 +23,9 @@
-
+
-

JavaScript Events List

+ JavaScript Events