
Design comparison
Solution retrospective
Do que você mais se orgulha?: consegui fazer o exercício de forma mais rápida, adaptei a imagem de acordo com o site
o que faria diferente da próxima vez?: incluiria javaScript
Community feedback
- P@DasaruPosted 2 months ago
Nice solution. I like how you customized this by adding in your own personal information. It's a nice touch. Here are some pointers for you:
-
I would recommend learning flexbox. That will allow you to align and center elements inside of containers.
-
For your HTML, you should use an unsorted list and have each anchor be inside a list element. Section tags should be used for larger parts of a webpage:
<ul> <li><a href="#">Link 1</a></li> <li><a href="#">Link 2</a></li> <li><a href="#">Link 3</a></li> </ul>
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