Design comparison
SolutionDesign
Community feedback
- @AnwarMestycerPosted 8 months ago
- Well done; it looks good.
- Since there is a lot of CSS code, you better move it to a separate file.
- Get the font from the URL in the style-guide.md file and import it in the index.html.
- Add an anchor tag to each social media tag to make it a valid link. For example:
<a href="www.github.com"">GitHub</a>
- The image needs some height.
- Center your container in the middle of the screen. you can try this inside your body selector
display: flex; justify-content: center; align-items: center;
-
Adjust the width and height to match the design
-
Try to customize it by adding your name, profile picture, and personal social links.
-
Add some creative stuff, like icons for every social media button, maybe some effects when hovering,...
-
If you needed any help feel free to contact me Anwar Mestycer
keep it up
I hope this was helpful!
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