{{ MonaCodeLisa }}
{{ MonaCodeLisa }}

Follow

{{ MonaCodeLisa }}

Follow
Some of my Favorite CSS Styling Rules

Some of my Favorite CSS Styling Rules

{{ MonaCodeLisa }}'s photo
{{ MonaCodeLisa }}
·May 19, 2020·

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;
}
https://codepen.io/monacodelisa/pen/wvxmWjP
CSSstylingrulesPure CSS
 
Share this