
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am proud that it didn't take me long to do this.
What challenges did you encounter, and how did you overcome them?I had some slight problems in CSS because I forgot to set the max-width. Perhaps my image is a little too big? It doesn't look good on desktop full screen. It is blurry.
What specific areas of your project would you like help with?image resizing
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Joshtemi0
Nice
Viewing it on the web browser the image is perfect in sizing
But I case you are still looking for answer you can use
img { width: 2rem; or any other one you preferred one like px, %, just make sure they are the same height and width height: 2rem; }
Marked as helpful
Join 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