There was an error while loading. Please reload this page.
1 parent 9d38767 commit b8c8f3cCopy full SHA for b8c8f3c
pokemon-quiz/index.html
@@ -57,12 +57,12 @@
57
</head>
58
59
<body>
60
- <div class="container mt-5">
+ <div class="container mt-4">
61
<div class="row justify-content-center">
62
<div class="col-md-8">
63
<h1 class="text-center">Identify the Pokémon</h1>
64
<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">
+ <div id="quiz-container" class="card p-4 pt-2">
66
<div class="text-center">
67
<img id="pokemon-img" src="" class="img-fluid mb-4" alt="Pokémon Quiz Image">
68
</div>
0 commit comments