We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8280331 commit d790bc5Copy full SHA for d790bc5
index.html
@@ -7,12 +7,11 @@
7
<title>POKEDEX</title>
8
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
9
<link href="./styles.css" rel="stylesheet" >
10
- <!-- <script src="./pokedex.js" type="text/javascript" defer></script> -->
11
</head>
12
<body>
13
<div main class="main">
14
<h1>POKEDEX</h1>
15
- <img src="./images/pokeball.png" alt="Pokemon" id="pokeImg" width="100px">
+ <img src="./images/pokeball.png" alt="Pokemon" id="pokeImg" width="80px">
16
<form action="" onsubmit="searchPokemon(event)">
17
<input type="text" placeholder="Pokemon name or ID" id="pokemon" name="pokemon" autocomplete="off"><br><br>
18
</form>
0 commit comments