Profile Card Using HTML, CSS
Design comparison
Solution retrospective
Hi, This is my first challenge here! If y'all have any suggestions would like to know about it!! Thank ya!
Community feedback
- Account deleted
Hey Fellow Coder, everything looks great just add the proper google font link into your HTML and also try positioning your background as given in the image, also the border-radius of the card seems a bit odd give consistent border-radius to all 4 sides. Hope this helps :)
0 - @Firdausi-IqbalPosted almost 4 years ago
nice one, but as suggestions maybe you should link the google fonts link before using any fonts to make sure it was loaded, its simple but have a great impact on the final result. you just need to copy link like the one below :
<link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Kumbh+Sans&display=swap" rel="stylesheet">and place it in your html.
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