Latest solutions
Latest comments
- @ellienndea@Ar1f007
h1 is moving because you have set text-align to center. So it is trying to stay in the center. Give text-align to left, or just leave it as it is. Image is moving vertically probably because it is absolutely positioned. So with the changes of the screen size, '%' value is also changing.
Marked as helpful - @essenJean223@Ar1f007
Hi, Width of the card seems too big, and the text on the button is not aligned properly. I think you should fix them first. I also dropped my solution to this challenge. You can check mine, hope it will help!