Design comparison
SolutionDesign
Community feedback
- @Fejiro001Posted about 1 year ago
- Instead of using
width: 350px; height: 350px;
use
width: 100%
to scale the image according to the device its displayed on- Remove
height: 60vh
from thediv
and addpadding
to it to house all the elements - Instead of using
px
forfont-size
useem
to make them more responive
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