bpalij
4
Q:

html center tag

<center>
	<p>This is centered</p>
</center>
3
To text align all yuo have to do this:
<style>
  .yournameforclass {
    background: #fff; //which does not have to be there
    text-align: center;
    width: 100%;  //all of this can be varied. Text align can be used in these forms: left, which is to the left, right, to the right of the screen
    height: 300px;
  }
1
.headerTwoDiv{
			margin:1% auto;
			margin-right: auto; margin-left: auto; width: 21%; 
			padding-top: 11px;
		}
0
<!-- use the center tag -->
<center>
  <!-- your code -->
</center>
-1

New to Communities?

Join the community