so I have all my text centered in the middle. but the dots in my unordered list are to the left of the page and not next to the list items… how would i fix this?
you should find this answer here!! list-style - CSS: Cascading Style Sheets | MDN
You need to use list-style: inside; in the ul
