How do I center the “To do list” text? I’ve tried justify content and it does not work.
Thanks.
How do I center the “To do list” text? I’ve tried justify content and it does not work.
Thanks.
If you are referring to the “To-Do List App” text of the h1 element, then add the following to the .main-header h1
selector:
text-align: center;