Design comparison
SolutionDesign
Community feedback
- @kris-lu-devPosted 3 months ago
Hi @aymenezz,
You did a good job!
But I've noticed a few points you can try to make a improvement:
- Centerlize the profile:
- Set the
height
of body to 100vh - Remove the height of .profile
- Apply
font-family
as Inter and set
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); body { font-family: "Inter", sans-serif; }
Keep going!
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