|
<div class="container4">
<div>
<table width="1000px">
<thead>
<tr>
<td>Tab1</td>
<td>Tab2</td>
<td>Tab3</td>
<td>Tab4</td>
<td>Tab5</td>
<td>Tab6</td>
<td>Tab7</td>
<td>Tab8</td>
<td>Tab9</td>
</tr>
</thead>
<tr>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
</table>
<p style="text-align:center">
ViewAll
Deposited
Trashbin
Mon-14
Tue-15
Wed-16
Thu-17
Fri-18
Sat-19
</p>
<table width="1000px">
<tr>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
</table>
</div>
</div>
<style>
.container4 {
display: flex;
background-color: black;
}
.container4 div {
align-items: center;
padding-top: 5px;
padding-left: 60px;
padding-right: 60px;
font-size: 19px;
font-weight: bolder;
color: white;
}
</style> |
I want to align the 42 under View All same as other numbers displayed.
I am using css.
.container4 {
display: flex;
background-color: black;
}
.container4 div {
align-items: center;
padding-top: 5px;
padding-left: 60px;
padding-right: 60px;
font-size: 19px;
font-weight: bolder;
color: white;
}