@BasileRaiwet
Posted
Hello Dominique !
As Samyr said, check if your work is up to date on github and then re-deploy to vercel.
I also have some recommendations for you :
- Avoid relative position for your boxes. This solution is not really flexible. Instead, you can use flexbox or grid (grid is super useful and make positioning super easy for this exercice)
- You can set the image position without using a margin or padding. (check how position relative / absolute work together in the child / parent relation.. It's super useful)
@domiattaway
Posted
@BasileRaiwet Thank you. I will look into it.