diff --git a/Assets/Go-Kart.PNG b/Assets/Go-Kart.PNG new file mode 100644 index 0000000..0ebc60b Binary files /dev/null and b/Assets/Go-Kart.PNG differ diff --git a/global.css b/global.css index 738fec8..7ae013b 100644 --- a/global.css +++ b/global.css @@ -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; @@ -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*/