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