Some of my Favorite CSS Styling Rules

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 Esther White | EstherSoftwareDev directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Esther White | EstherSoftwareDev
Esther White | EstherSoftwareDev

Hello, I'm Esther White, I am an experienced FullStack Web Developer with a focus on Angular & NodeJS.