Submitted almost 3 years ago
I used my little knowledge in css and html5
@ErickDev00
Design comparison
SolutionDesign
Community feedback
- @alisbaiPosted almost 3 years ago
Great job!!! :) you can make the user picture a bit smaller. But first you need to go to the img element for the user picture and add an id to it
<img id="userImage">
.Then you can go your css file and add this:
#userImage { max-width: 3rem; margin-right: 1rem; border: 2px solid white; border-radius: 50%; }
Marked as helpful0
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