From ed9fbaf941df77af7d66b97f4e333e70ebec883a Mon Sep 17 00:00:00 2001 From: Maria Raykova Date: Sat, 15 Feb 2020 22:59:19 -0500 Subject: [PATCH] styled first row --- css/axit.css | 58 ++++++++++++++++++++++++++++----------------------- wk3_axit.html | 49 +++++++++++++++++++++++++++---------------- 2 files changed, 63 insertions(+), 44 deletions(-) diff --git a/css/axit.css b/css/axit.css index 5ae34ee..3bffe97 100644 --- a/css/axit.css +++ b/css/axit.css @@ -102,36 +102,38 @@ textarea { box-sizing: border-box; } - header { - background-color: black; + .bg { width: 100vw; display: flex; justify-content: center; } - .desktop { - display: none; + .centered { + width: 80vw; + display: flex; + justify-content: space-between; } - .centered { - width: 80vw; - display: flex; - justify-content: space-between; + header { + background-color: black; + font-family: 'Open Sans', sans-serif; + font-weight: semibold; + color: white; + font-size: 13px; } + .desktop { + display: none; + } + header .centered img { - height: 1.3em; + height: 25px; align-self: center; } - .mobile { - align-self: center; - display: flex; - background-color: cyan; - } - .mobile i { align-self: center; + margin-left: 10px; } header ul { @@ -139,12 +141,12 @@ textarea { align-items: center; justify-content: flex-end; list-style-type: none; - padding: 0; - margin: 16px 0; + padding: 10px 0; + margin: 0; } .desktop li { - margin-left: 20px; + margin-left: 50px; } main { @@ -153,8 +155,6 @@ textarea { background-repeat: no-repeat; background-position: center; padding: 10vh 0; - display: flex; - justify-content: center; text-align: center; } @@ -195,11 +195,6 @@ textarea { margin-bottom: 25px; } - #social-container { - display: flex; - justify-content: center; - } - #social-banner { display: flex; flex-direction: column; @@ -219,12 +214,23 @@ textarea { font-size: 2em; } + footer { + background-color: black; + color: white; + flex-direction: column; + text-align: center; + padding-top: 20px; + padding-bottom: 5px; + } + + @media (min-width: 700px) { .mobile { display: none; } .desktop { - display: block; + display: flex; + padding: 25px 0; } } diff --git a/wk3_axit.html b/wk3_axit.html index 4c4856e..c8f5df1 100644 --- a/wk3_axit.html +++ b/wk3_axit.html @@ -13,6 +13,7 @@ + @@ -24,26 +25,24 @@ -
-
+
+
+ + +
-
+
AXIT logo @@ -66,7 +65,7 @@
-
+

Social Media

@@ -85,6 +84,20 @@
+
+ +

© 2015 Axure Themes

+
+ +