Design comparison
Solution retrospective
I liked how the links turned out because I used button tags in html to enable focusing of the links with tab.
Changing the outline of an element on the focus pseudo-class allowed me to do this:
.link:focus {
outline-color: var(--green);
}
What challenges did you encounter, and how did you overcome them?
I big challenge that I had was trying to style mobile and medium devices with media queries. I got to a good point but, the project could be more refined.
What specific areas of your project would you like help with?I'd like help with the media queries. Any feedback on these styles would be helpful:
@media screen and (max-width: 48rem) { main { padding: 2.5rem; } .container { width: 28.5rem; } } @media screen and (max-width: 23.4375rem) { main { padding: 1.5rem; } .container { max-width: 20.4375rem; padding: 1.5rem; } }
Community feedback
- @nishanth1596Posted 20 days ago
Your code is very well structured, and the design looks great! I learned a lot by going through your code—it’s clear and easy to follow.
The only small suggestion I have is regarding the Jessica Randall section. It looks almost perfect, but a tiny adjustment in padding could make it 100% accurate to the design. Right now, it’s just about 99.95% there.
Other than that, everything looks fantastic. Great work!
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