From 84f39b44a029708199a3c0ba4bd113a61bce30a3 Mon Sep 17 00:00:00 2001 From: anahitahassan <67247100+anahitahassan@users.noreply.github.com> Date: Sat, 25 Jul 2020 16:20:00 -0700 Subject: [PATCH] Add files via upload --- css/sidebar-style.css | 4 +-- css/style.css | 75 +++++++++++++++++++++++++++++++++++++++---- 2 files changed, 71 insertions(+), 8 deletions(-) diff --git a/css/sidebar-style.css b/css/sidebar-style.css index 86fb5eb..1c3523b 100644 --- a/css/sidebar-style.css +++ b/css/sidebar-style.css @@ -43,7 +43,7 @@ body { text-transform: uppercase; font-family: 'Raleway', Arial, Helvetica, sans-serif; font-weight: 500; - font-size: 20px; + font-size: 18px; cursor: pointer; background-color:#ffffff; color: #459cc4; @@ -52,7 +52,7 @@ body { } .openbtn:hover { - background-color: #eadaff; + background-color: #ffffff; } #main { diff --git a/css/style.css b/css/style.css index e77d4f4..359fa3b 100644 --- a/css/style.css +++ b/css/style.css @@ -148,7 +148,7 @@ nav ul { text-transform: uppercase; font-family: 'Raleway', Arial, Helvetica, sans-serif; font-weight: 500; - font-size: 20px; + font-size: 18px; } nav a { @@ -361,6 +361,72 @@ input { font-family: 'Raleway', Arial, Helvetica, sans-serif; } +.links { + margin: 2px; + padding: 4px; + align-content: space-around; + flex-direction: row; + justify-content: space-evenly; + display: flex; + flex-direction: row; + margin-top: 2em; + text-align: center; + font-size: 2vw; +} + +.linkbox { + font-size: 3vw; + font-weight: 900 !important; + color: #3990d8 !important; + text-align: center; +} + + +#linkbox1, #linkbox2, #linkbox3, #linkbox4 { + width: 150px; + margin: 6px; + padding: 6px; + text-align: center; +} + +.linkboxpic{ + max-width:150px; + -webkit-box-flex: 1; + -ms-flex: 1 1; + flex: 1 1; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + padding: 0 0 0 0; +} + +.sources { + background-color: #e5eef3; +} + +.sourcetitle{ + color: #08068a; + font-family: 'Raleway', Arial, Helvetica, sans-serif; + font-size: 36px; + text-align: center; +} + +.linkboxbtn{ + text-transform: uppercase; + font-family: 'Raleway', Arial, Helvetica, sans-serif; + font-weight: 500; + font-size: 18px; + cursor: pointer; + background-color:#ffffff; + color: #08068a; + padding: 10px 10px; + border: none; +} + +.linkboxbtn:hover { + background-color: #ffffff; +} + .statistics { margin: 2px; padding: 4px; @@ -407,11 +473,8 @@ footer { color: #c1f7dc; } -.chart { - background-color: #b1a3e4; - border-radius: 40px; - margin: 150px 10px 150px 10px; - padding: 30px 30px 30px 30px; +.about { + background-color: #dcdcec; }