<table>
<tbody>
<tr height="100%">
<td width="200" bgcolor="#1ba1e2"></td>
<td> this is center</td>
<td width="200" bgcolor="#1ba1e2"></td>
</tr>
</tbody>
</table>
*{
margin:0;
padding:0;
}
html,body{
width:100%;
height:100%;
}
table{
width:100%;
height:100%;
text-align:center;
font-size:30px;
}
table tr td{
border-width:0;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.