Skip to content

Commit b8c8f3c

Browse files
authored
Add files via upload
1 parent 9d38767 commit b8c8f3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pokemon-quiz/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
</head>
5858

5959
<body>
60-
<div class="container mt-5">
60+
<div class="container mt-4">
6161
<div class="row justify-content-center">
6262
<div class="col-md-8">
6363
<h1 class="text-center">Identify the Pokémon</h1>
6464
<p class="text-center">Think you know your Pokémon? See how many Pokémon you can correctly identify!</p>
65-
<div id="quiz-container" class="card p-4">
65+
<div id="quiz-container" class="card p-4 pt-2">
6666
<div class="text-center">
6767
<img id="pokemon-img" src="" class="img-fluid mb-4" alt="Pokémon Quiz Image">
6868
</div>

0 commit comments

Comments
 (0)