Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
- Proud of being able to implement appropriate semantic HTML elements.
- Implementing new pseudo elements like
::marker
to target bullet points so as to style them appropriately.
- Styling the list items and bullet points to appear as required was a bit confusing and required some researching and trial and error. I had to make use of
padding
,margin
, and pseudo-element::marker
to style the lists as needed.
- I made sure to use the proper semantic HTML elements, if I have made a mistake any feedback would be appreciated.
- Any feedback regarding the structure of my code especially the CSS would be greatly appreciated.
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