Submitted about 2 years ago
Responsive Interactive Card From using Tailwind CSS and Vite
@TheSunLand7
Design comparison
SolutionDesign
Solution retrospective
I was struggling with card back and top. I used position absolute to move them but when I play with different screen resolutions, they move. How should I fix that? Thanks.
Community feedback
- @allfigueiredodevPosted about 2 years ago
Hi my friend!
Try to wrap both pictures with a div and set a max-width to limit how much they should move or don't move at all.
It will be like this:
<div> <div> <picture></picture> <picture></picture> </div> </div>
1@TheSunLand7Posted about 2 years ago@allfigueiredodev, I will give it a try. Thank you!
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord