Some of my Favorite CSS Styling Rules
{{ MonaCodeLisa }}
1 min read
1. list-style-position: inside;
For centering the bullet points together with the list items of an unordered list in HTML <ul>
ul {
text-align: center;
list-style-position: inside;
}
0
Subscribe to my newsletter
Read articles from {{ MonaCodeLisa }} directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
{{ MonaCodeLisa }}
{{ MonaCodeLisa }}
Hello, I'm Esther White, I am an experienced FullStack Web Developer with a focus on Angular & NodeJS.