Frontend-mentor-recipe-page-main using html and css

Solution retrospective
How can I get the space between the bullet and the li item like this
1. Heat the pan: Place a non-stick frying pan over medium heat and
add butter or oil.
<ol>
<li> Heat the pan: Place a non-stick frying pan over medium heat and
add butter or oil.
</li>
<ol>
I tried doing ...
ol{
list-style-type:decimal
list-style-type:inside
padding-inline-start:10px
}
can anyone help me...
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Md-Mubin
In CSS try, li::marker{ margin-right:10px; }
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