Design comparison
Solution retrospective
I was so excited to finish this solution. I learned how to manage styles, write semantic HTML, and focus more on details in the design files. The page is responsive and it should have accessibility features. I used some CSS tricks to display tables and create custom bullet points.
What challenges did you encounter, and how did you overcome them?Tables and bullet points were a bit challenging due to non-standard elements displaying incorrectly. I centered the bullet points horizontally and vertically.
•
.text-bullet-centered { position: absolute; left: -.5rem; top: 50%; transform: translate(0%, -50%); font-weight: bold; }
Also, There are many ways to display margins in tables. I learned a lot and used a CSS trick to achieve the desired display. I researched different options to find the best fit for my project.
What specific areas of your project would you like help with?Are there any strategies for what to create first when using Sass? My component elements are probably not the best approach. How can I improve the layout of my components? Are these elements readable?
Community feedback
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