@julianhv20
Posted
You are currently using the position property to distribute the cards in the layout which is not the proper way. The best way to make layouts is using flexbox and grid. These guides and games will help you improve your skills
Flexbox : https://css-tricks.com/snippets/css/a-guide-to-flexbox/ Grid : https://css-tricks.com/snippets/css/complete-guide-grid/
I recommend these two games: Flexbox froggy : https://codepip.com/games/flexbox-froggy/ Grid garden : https://codepip.com/games/grid-garden/
@ZunairIqbal
Posted
@julianhv20 Thank you for your feedback. I appreciate your advice.