@Tiasstiass
Posted
Good job 👍 Looking at your code, here are some advices:
- Try working with margin and padding instead of relative position
- Using em or rem instead of pixels is a good practice
- Try to keep your code DRY (dont repeat yourself), for instance the cards have a lot of styling in common, By giving them 2 classes you could make a general styling for the cards and the use the other class for specificities.
Keep up the good work! 💪