Skip to content

Commit

Permalink
Merge pull request #69 from emilyrosenberg/main-styles
Browse files Browse the repository at this point in the history
Main styles
  • Loading branch information
Mbutler1991 authored Dec 16, 2023
2 parents 08d1f18 + 43f520e commit d7bd9fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ body {
background-color: var(--white)
}

.navbar .footer {
background-color: #DD0426;
}

/*----- FONT STYLES -----*/

.title {
Expand All @@ -42,13 +46,20 @@ body {
h1 {
font-family: var(--heading-text);
font-size: 6vw;
color: #EFF6EE;
}

h2 {
font-family: var(--body-text);
font-size: 1.5vw;
}

h3 {
font-family: var(--heading-text);
font-size: 2vw;
color: #EFF6EE;
}

h5 {
font-family: var(--heading-text);
}
Expand Down
Binary file modified assets/images/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d7bd9fc

Please sign in to comment.