resipe page using bootstrap classes

Please log in to post a comment
Log in with GitHubCommunity feedback
- @arcueid-x
I noticed that the position of the bullet points before your
<li>
tags isn't quite right, and their color hasn't been changed either. You can useli::marker
in your CSS to modify the style of these bullet points. Additionally, you can adjust themargin
of the<ul>
element to fine-tune the position of the bullet points. Additionally, regarding your responsive design, since my screen is relatively large, the main content of your webpage appears quite big. Perhaps we could also use@media
queries to implement a more responsive layout. Also, regarding your mobile version of the page, it seems that it hasn't been properly adapted. It would be a good idea to work on that as well.
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