Csgs

How Can I Vertically Align a Table Using CSS?

Asked by Csgs 2 years ago css align table


Rollback999
0
 
With:

Table {
position: Absolute;
top: 50%;
margin-top: -50%;
}

and…

html {
height: 100%;
}

by Rollback999 2 years ago

Answer this question

How Can I Vertically Align a Table Using CSS?

0 errors found:

 
0