Huddle Landing Page With Curved Sections Solution
Design comparison
Solution retrospective
Hi!
This is my solution to the huddle landing page with curved sections challenge. Please feel free to point anything I could've made differently.
Community feedback
- @pRicard0Posted over 1 year ago
Opa, parabéns por ter terminado o projeto. O design ficou bom, não sei se é necessário aumentar o tamanho dos textos porque talvez tenha ficado meio pequeno se comparar com o design fornecido pelo frontend mentor mas acho que isso não importa muito.
Algumas sugestões em HTML.
- Você poderia ter usado a tag
<nav>
ao invés de uma div com o id navbar, não? - Ao invés de usar parágrafo para os números que estão em negritos e tals, você poderia usar a tag
em
para ter um melhor significado semântico. em significa Emphasis, dar ênfase. - Dá para trocar algumas divs pela tag section, não?
Sugestões em CSS.
- Eeeh... não tem nenhuma. Tá ótimo :D. Já tem um conhecimento muito bom. É recomendável você evoluir e começar a aplicar frameworks e tals. Seu HTML ta até melhor que os meus.
Marked as helpful1@itsale-oPosted over 1 year ago@pRicard0 valeu pelas sugestões!
-
A tag em é novidade pra mim, vou começar a aplicar em outros projetos.
-
Nesse caso eu usei uma div ao invés da tag
<nav>
só para efeito de teste mesmo, mas sim, concordo que eu poderia ter usado uma tag<nav>
Gratidão pelo feedback, foi muito útil mesmo!
1 - Você poderia ter usado a tag
- @KingLyricsPosted over 1 year ago
Fantastic work! What did you do to make the curved section?
1@itsale-oPosted about 1 year ago@KingLyrics Thanks!
The curved section, in this case, is ready for us to use on the image folder, we just need to ajust the size. But if it wasn't the case, I'd probably use two divs and ajust them with border-radius properties
1
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