how to center just the title | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to center just the title

Good morning, I'm trying to apply the "center" effect to the title only, but it centers everything else, and I really don't know how to solve it? can you help me?

29th Dec 2019, 10:57 AM
Pedro
Pedro - avatar
2 Answers
+ 2
Post your code please
29th Dec 2019, 11:15 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 2
Your code needs to be completely restructured. Just stick to regular HTML boilerplate and you should have an easier time styling your page. <head> <title> <body> <h2> </h2> <input> </body> Don't use multiple body tags
29th Dec 2019, 11:22 AM
HNNX 🐿
HNNX 🐿 - avatar