Skip to content

Commit bbd6f7e

Browse files
Farah ErbanFarah Erban
authored andcommitted
swoosh logo asset added
1 parent 4cf72c1 commit bbd6f7e

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

Assets/Images/nike-swoosh.jpg

-22.9 KB
Binary file not shown.

Assets/Images/nike-swoosh.png

8.37 KB
Loading

css/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313

1414
}
1515

16+
#nike-swoosh {
17+
display: flex;
18+
justify-content: space-evenly;
19+
margin: none;
20+
}
21+
1622
h1 {
1723
font-size: 3rem;
1824
font-weight: lighter;

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
<body>
1212
<!--Main Game Homescreen-->
13+
<header id="nike-swoosh">
14+
<img src="Assets/Images/nike-swoosh.png" alt="nike swoosh logo">
15+
</header>
1316
<div class="container">
1417
<div id="home" class="flex-column flex-centre">
1518
<h1>Nikes, cameras, action! Are you ready to play?</h1>

js/game.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ let score = 0
1010
let questionCounter = 0
1111
let avaiableQuestions = []
1212

13+
//Game questions//
1314
let questions = [
1415
{
1516
question: 'Who were the duo that founded Nike?',

0 commit comments

Comments
 (0)