Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm proud of using css custom properties to define colors.
Next time I should use BEN methodology for naming.
What challenges did you encounter, and how did you overcome them?Since this was my first project I found that if I make visible the attribution section when you see the comparison does not help so I use a .sr-only class
.sr-only {
position: absolute;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
clip-path: inset(50%);
white-space: nowrap;
}
What specific areas of your project would you like help with?
I don't really know it's a very simple project but maybe a css reset
Community feedback
- @nmmuftiPosted 8 months ago
I am new to web page development and this is my first review and to be honest this looks better than my code and I learnt from it. I can't find anything wrong with this code.
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