Semantic HTML and customs CSS properties Recipe page

Solution retrospective
I am happy that I have aligned the bullets and the texts according to the design (esp the mobile view).
What challenges did you encounter, and how did you overcome them?Center aligning the bullet points and the text. I research various approaches and finally came across using
li:before {
content: "•";
font-size: x-large;
color: var(--color-secondary-2);
}
What specific areas of your project would you like help with?
Do you think my implementation for displaying the image is correct?
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Rupali's solution.
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