Skip to content

Commit

Permalink
Update Color Red test background to Go-KArt image for header
Browse files Browse the repository at this point in the history
  • Loading branch information
DinnerBone422 committed Sep 7, 2024
1 parent c76900f commit ff509a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file added Assets/Go-Kart.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions global.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ menu {

/*Set the styles for the page Header/Hero*/
header{
background-image: url("https://placehold.co/2000x700.png?text=Add+Group+Image+Here");
background-color: var(--roncalli-blue);
min-height: min(75vh, 32.5rem);
background-position: center;
Expand Down Expand Up @@ -238,7 +237,7 @@ header h1{

.headerImage{
flex-basis: 60%;
background-color: red;
background-image: url(./Assets/Go-Kart.PNG);
}

/*Set the styles for the header section specifically on smaller screens*/
Expand Down

0 comments on commit ff509a2

Please sign in to comment.