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?
2 Respostas
+ 2
Post your code please
+ 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