fait jusqu'a Q14 + un peut de css
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user