Responsive recipe main page using media-query
Design comparison
Solution retrospective
I'm proud of my studies until now, through this project I challenged my basic HTML and CSS skills as a beginner and I saw that I'm making improvements. Next time I hope I will be more professional and do better working with CSS Flexbox and Grid Layouts
What challenges did you encounter, and how did you overcome them?I didn't encounter many challenges because the project was not so difficult with the skills I already learnt until now, but building a responsive page wasn't easy so to overcome that I just used media-query
What specific areas of your project would you like help with?I would like feedback about the responsive design, how to change the list style type color
Community feedback
- @Hasani-SediqaPosted 22 days ago
Hello masalatimothy,
to change the list style type color you can use this property:
ul li::marker, ol li::marker{ color: ; font-weight: ; font-size: ; }
Marked as helpful1@masalatimothyPosted 8 days ago@Hasani-Sediqa Thanks so much for the feedback ! I've really appreciated
0
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