diff --git a/css/styles.css b/css/styles.css index a6d447c..aa33530 100644 --- a/css/styles.css +++ b/css/styles.css @@ -17,6 +17,10 @@ h1 { all: initial; } +img { + all: initial; +} + h1 { font-family: 'Roboto', sans-serif; color: white; @@ -85,7 +89,7 @@ h1 { .banner { width: 100%; - height: 500px; + height: fit-content; padding: 10px; } @@ -93,8 +97,8 @@ h1 { float: left; width: 33.33%; width: calc(100% / 3); - padding: 10px; - height: 500px; + padding: 15px; + height: 400px; padding-bottom: 20px; } @@ -117,10 +121,11 @@ h1 { border-radius: 2.5%; background-color: #005380; box-shadow: 2.5px 5px #FF8B00; + cursor: pointer; } .card:hover { - box-shadow: 5px 10px #FF8B00; + box-shadow: 6px 12px #FF8B00; transition: box-shadow 0.25s ease-in-out; -webkit-transition: box-shadow 0.25s ease-in-out; -o-transition: box-shadow 0.25s ease-in-out; @@ -137,7 +142,17 @@ h1 { text-align: center; font-size: 3em; padding: 0; - margin-bottom: 0.3em; + margin-bottom: 0.5em; + margin-top: 0.5em; +} + +.top-banner-text-medium { + color: white; + text-align: center; + font-size: 2em; + padding: 0; + margin-bottom: 0em; + margin-top: 0.5em; } .top-banner-text-smaller { @@ -145,7 +160,38 @@ h1 { text-align: center; font-size: 1.5em; padding: 0; - margin: 0 0; + margin-bottom: 25px; +} + +.card-header { + color: white; + font-family: 'Roboto', sans-serif; + text-align: center; + font-size: 1.75em; + padding: 10px; +} + +.card-image-box { + padding: 20px; + padding-bottom: 5px; + padding-top: 5px; + width: 100%; + height: 50%; + text-align: center; + cursor: pointer; +} + +.card-image { + height: 100%; + width: auto; + cursor: pointer; + border-radius: 2.5%; +} + +.card-icon-container { + display: flex; + width: 100%; + height: fit-content; } @media only screen and (max-width: 850px) { diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..4125e8d Binary files /dev/null and b/favicon.ico differ diff --git a/gallery.html b/gallery.html new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index c463418..4be83cb 100644 --- a/index.html +++ b/index.html @@ -49,13 +49,13 @@