fait jusqu'a Q14 + un peut de css

This commit is contained in:
Rochas
2024-10-29 12:07:34 +01:00
parent a0000e118f
commit 7154099297
11 changed files with 344 additions and 14 deletions

View File

@@ -1 +1,26 @@
/* You can add global styles to this file, and also import other style files */
body {
font-family: Arial;
}
div.select_pokedex{
display: inline-block;
}
div.filter_pokedex{
display: inline-block;
}
div.pokemon{
display: inline-block;
align-items: center;
}
div.pokemonTitle{
display: inline-block;
font-size: 30px;
}
div.pokemonDetail{
display: inline-block;
}