@TheSunLand7Submitted about 2 years ago
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.
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.
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>