+ 1
How do I center a list?
Im trying to do center a list in notepad using the align tag and it doesn't seem to be working. Need help š©
2 Answers
+ 3
Add
text-align:center;
and
justify-contents:center;
also
margin:auto;
+ 1
Where is code? We will need your code to figure out. What is problem.