Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    My main question concerns the items on the lists for this project. Both the bullets in unordered lists and the numbers in ordered lists had specific colors, so to achieve this style I applied the color property to the <li> of the lists. And I placed the <li> texts inside <p> and changed the color of these texts to match the design. I made each of these <p> have an inline display and this made it impossible for me to add that small design spacing that exists between the text and the list marker.

    I want to know if there is a better way to style the markers without complicating the text styling too much and in my case, if the way I did it was possible to add spacing without breaking the entire layout?

  • Submitted


    About the colors used in this project. I applied the color "light gray" to the text "Scan the QR code to visit Frontend Mentor and take your coding skills to the next level" and it was very faded in relation to the background color of the card. So I had to use a darker shade of gray. What do you think about this, was this shade of gray the right one and was I doing something wrong about applying it?