This is a solution to the Recipe page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
- Live Site URL: Live site URL
- Semantic HTML5 markup
- CSS custom properties
- Mobile-first workflow
I learned how to use pseudo-classes and pseudo-elements like :hover, :last-child, and ::marker. I also used the > selector for direct selection. To see how you can add code snippets, see below:
.preparation ul li::marker {
color: hsl(332, 51%, 32%);
}
section ul,
ol li {
padding: 5px 0px;
}
I would like to use UI frameworks like Tailwind and Bootstrap for CSS in the future. I also want to use more pseudo-classes and pseudo-elements in my CSS code.