Some of my Favorite CSS Styling Rules{{ MonaCodeLisa }}·May 19, 2020·1 min read1. 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