Design comparison
Solution retrospective
I am proud that this time I managed to create a direct link to the site without any problems.
What challenges did you encounter, and how did you overcome them?It took a long time to align one of the blocks of text.
What specific areas of your project would you like help with?Community feedback
- @R3ygoskiPosted 8 months ago
Hi Nastya, good job!
Your project is really very good. About your problem to align-text, I think you was talking about the left inner margin right? To solve this you could use
padding
orpadding-left
to your<div class="one"
/>, as padding add an internal space in your element.And a tip is about Semantic HTML, I noticed you was using a lot of div tags, it's not wrong but if you want to focus on accessibility or SEO you should try to use semantic HTML, like the first div could be changed for main or article, if you want to see more about semantic HTML, there's this site: W3School Semantic HTML.
Again, good job!
Marked as helpful0@MellarisPosted 8 months ago@R3ygoski Hi, thanks for the feedback! I will definitely visit the site
0 - @WouterTPeetersPosted 8 months ago
Looks almost perfect! Well done! Think only some minor padding or margins to put everything pixel perfect but looks really good!
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