Design comparison
Solution retrospective
It's been a while since I've written in plain CSS. In my day to day job I use a combination of SCSS, Bootstrap and occasionally Tailwind. It was interesting to see how far regular plain CSS has come, even if some features such as nesting isn't compatible on all browsers.
Not sure what I would do differently next time. This was a fairly simple component.
What challenges did you encounter, and how did you overcome them?The only challenges I encountered was not being able to see exact dimensions, and spacing between elements. I expected the Figma file to not just contain an image of the component. I had to guess at border radiuses, padding, margins, etc and compare between the static images and the rendered component.
What specific areas of your project would you like help with?There's many ways to code the same thing. Are there new HTML/CSS techniques of shaving down code that I didn't utilize?
I'm also seeing one accessibility flag: "Document should have one main landmark". I added a Main element with the role of main. Read through this documentation, https://dequeuniversity.com/rules/axe/4.9/landmark-one-main, and still confused as to what I am missing.
Community feedback
- @BrandonJr20Posted about 1 month ago
No estoy seguro en que aspectos deba mejorar, seguramente en el uso de margenes, por que ahi se distorsiono un poco mi diseno con el que solicitan,
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