Skip to content

Commit dd9a8d0

Browse files
committed
Correct ghost spelling, add badges, and image alts
1 parent 7f7189d commit dd9a8d0

File tree

3 files changed

+105
-26
lines changed

3 files changed

+105
-26
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ Also now you can use a new css class to add a badge to you favorite pokemon, thi
6969
</div>
7070
```
7171

72-
Currently the available badges are: grass ,bug ,electric ,dark ,fairy ,fighting ,fire ,flying ,ghots ,ground ,ice ,normal ,poison ,psychic ,rock ,steel ,water.
73-
Feel free to add more, just create a class with the type name and chose de color.
72+
Currently the available badges are: grass, bug, electric, dark, fairy, fighting, fire, flying, ghost, ground, ice, normal, poison, psychic, rock, steel, water.
73+
Feel free to add more, just create a class with the type name and chose the color.
7474

7575
Copy this code and paste it in the index.html file to make your changes. Test it on your own system and then create a pull request.
7676

index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ button {
254254
background-color: #79a4ff;
255255
}
256256

257-
.ghots {
257+
.ghost {
258258
background-color: #7975d6;
259259
}
260260

0 commit comments

Comments
 (0)