
Solution retrospective
I am happy about the level of similarity I was able to achieve between my solution ang the original design, and the minor detail I was able to style.
What challenges did you encounter, and how did you overcome them?The major challenge I faced while designing my solution was trying to separate sections and design some details, for example: the numbers on the table. Designing the table was also a bit challenging, I spent a lot of time trying to get the bottom border on my rows, without any results, before I figured out that the table borders need to be collapsed first.
What specific areas of your project would you like help with?My design is not quite perfect, you will notice that the links do not align with the headers like in the original design any suggestions on how I can fix that, I tried using margin, padding and text align.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ProfessoraBianca
Hey @ChrisTariah ! I liked a lot your solution! Congrats!
I also had a lot of problems with this challenge...
Some things I discovered:
To make the dots align with the headers, you can use the
ul::before { padding: 0; margin: 0; }
or
ul::marker { padding: 0; margin: 0; }
I don't remember witch of them helped me, but you can test it and find out :D
And juuuuuust a little thing:
When we test the responsive design, the image doesn't take the full width of the
<main>
seccion! Neither theborder-radius
is set to 0. (It was hard to do it, but you should give it a try).Anyway, congrats and good coding!
Join 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