From d4ac7c7f85d4f288b15f599d3fe632ba019067eb Mon Sep 17 00:00:00 2001 From: Jordan G Page Date: Wed, 19 Oct 2022 22:07:33 -0500 Subject: [PATCH] I have made an edit to a file! --- assets/css/style.css | 72 ++++++++++++++++++++++++++++++++++++++++---- index.html | 7 +++-- 2 files changed, 71 insertions(+), 8 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 098a004..c926eaa 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,6 +1,9 @@ - +* { + box-sizing: border-box; +} body { - + font-family: 'Open Sans', sans-serif; + background-image: linear-gradient(whitesmoke, rgb(35, 47, 58)); } /* Navigation Styles */ @@ -17,8 +20,9 @@ nav li { li a { display: block; color: white; - padding: 30px 30px 30px 30px; + padding: 30px; text-decoration: none; + text-align: center; } li a:hover { background-color: rgb(40, 39, 39); @@ -39,19 +43,29 @@ h1 { section { display: flex; justify-content: center; - + flex-direction: column; width: 80%; margin: auto; } .center-title { - + text-align: center; } /* About Section Styles */ #about-sec { display: flex; + flex-direction: column; +} +#about-sec h2 { + font-size: 1.95em; + padding: 0 1.5em; } + +#about-sec #about-blurb { + padding: 0 2.5em; +} + #about-sec div { display: inline-flex; flex-direction: row; @@ -60,21 +74,67 @@ section { } figure { display: flex; + width: 30%; + flex-direction: column; +} +figcaption { + font-style: italic; + background-color: rgba(35, 47, 58, alpha); + color: whitesmoke; + padding: 0.25em; + opacity: 0.5; + font-size: 0.05em; } /* Aside Styles */ aside { display: flex; flex-direction: column; + border: 4px double black; + margin: 1em 0 1em 0; + color: rgba(35, 47, 58, 0.05); + background-color: rgba(35, 47, 58, 0.05); + +} + +aside p { + font-weight: 600; + font-size: 1.25em; + background-color: rgb(35, 47, 58); + color: whitesmoke; + padding: 0.5em; + margin: 0; + text-transform: uppercase; + border-bottom: 4px double rgba(0, 0, 0, 0.77); + opacity: 0.6; +} + +aside ul { + font-size: 0.9em; + margin: 1em; + padding: 0 0.75em 0 1em; +} +aside ul li a { + text-align: justify; + padding: 0; + color: rgb(35, 47, 58); + text-decoration: underline; } /* Table - Concert Schedule Styles */ #concert-schedule-sec { - max-width: 940px; + width: 100vw; margin: 0 auto; height: max-content; + color: rgb(255, 54, 154); + background-color: black; + padding: 2em; + } + + #concert-schedule-sec h3{ + font-size: 2em; } /* Form - Ticket Form Styles */ diff --git a/index.html b/index.html index 75b7a7b..a553c98 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,10 @@ - + + + + @@ -38,7 +41,7 @@

About.

- harrystyles + harrystyles
Harry Styles performing free concert fundraiser for US wildfire relief