Check out example codes for "align table center". It will help you in understanding the concepts better.
Code Example 1
<table align="center">
Code Example 2
table#yourTable {
position: fixed;
left: 50%;
top: 50%;
margin: -(H/2)px -(W/2)px;
width: Wpx;
height: Hpx;
}
Code Example 3
.center {
margin-left: auto;
margin-right: auto;
}
Learn ReactJs, React Native from akashmittal.com