Answers for "how to put text in middle html"

CSS
6

how to get text in middle of page html

text-align: center;
Posted by: Guest on July-28-2020
0

how to put text in the middle of a page html

<center>text</center>
Posted by: Guest on March-20-2021
1

align centre

.headerTwoDiv{
			margin:1% auto;
			margin-right: auto; margin-left: auto; width: 21%; 
			padding-top: 11px;
		}
Posted by: Guest on September-07-2020

Code answers related to "how to put text in middle html"

Browse Popular Code Answers by Language