Design comparison
SolutionDesign
Solution retrospective
I found the project easy. Nothing difficult encountered.
Community feedback
- @fatlindshehuPosted over 2 years ago
Hi @Dapo-Obembe, Nice approach to the challenge, I m happy you think this is easy (it actually is LOL) try challenging yourself more on the new ones:
- By using a class naming convention like BEM (Body Element Modifier)
- A pre-processor like sass or less
Keep it going and happy coding...
Marked as helpful1@Dapo-ObembePosted over 2 years ago@fatlindshehu Thank you. I wanted to use SASS but then I said to myself, it's not necessary.
1 - @talisong-cardosoPosted over 2 years ago
Por questões de acessibilidade altera o
h2
porh1
As tags semânticas são importantes, tente alterar:
`<div class="container">` para `<main class="container"> ` `<div class="attribution">` para `<footer class="attribution">`
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