bLangved / Pokemon-Pokedex

1 stars 0 forks source link

Pokemon cards on landing page #8

Open bLangved opened 7 months ago

bLangved commented 7 months ago

Image What this issue is about:

Rewrite pokeCards on src/pages/index.astro to use bootstrap cards instead of pure custom styling

To-do's

Considerations

Relevant project paths

src/js/utils/pokeCards.js

bLangved commented 6 months ago

Image Image

Added some slight adjustments to height, placement, font-size etc, and included a script that adds background color(s) on card based on what types they are (ground, grass, flying etc). On desktop view, the cards are also same in size, but their width is being flexed. I think this looks better then the way to big old cards.