Design comparison
Solution retrospective
I dont think i needed any help, but any and all feedback is highly appreciated!
Community feedback
- @pstar8Posted 10 days ago
Hi R4y44n, nice project.
But I think you could make some adjustments.
For starters, your page isn't responsive, I can't view the full page on my computer.
Moving on, your image (profile picture) isn't showing. Make sure the path in the code is the same as its path on your computer.
Also, I don't think the font you used is the font required. You could use @import rule to get your fonts from Google Fonts or whatever website you prefer.
Make sure the body of your code has padding, and it's displayed in the center.
body { display: flex; justify-content: center; align-items: center; min-height: 100vh }
I hope this helps. Bye
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