mirror of
https://github.com/vladocar/Basic.css.git
synced 2024-11-16 16:48:30 +01:00
table fix
This commit is contained in:
parent
9fd8d9fe41
commit
1f216c2c4c
2 changed files with 9 additions and 9 deletions
|
@ -72,7 +72,7 @@ h5,h6 {font-size: 1em; font-weight:bold}
|
|||
|
||||
table {border-collapse: collapse; border-spacing: 0; margin:1em 0}
|
||||
|
||||
th, td {text-align: left; vertical-align: top;border: 1px solid; padding: 0.4em}
|
||||
th, td {text-align: left; vertical-align: top; border: 1px solid; padding: 0.4em}
|
||||
|
||||
thead,tfoot {background: var(--c2)}
|
||||
|
||||
|
|
16
index.html
16
index.html
|
@ -133,13 +133,6 @@ color:#111;
|
|||
<th>Price</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td>Album</td>
|
||||
<td>Year</td>
|
||||
<td>Price</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Are You Experienced </td>
|
||||
|
@ -161,7 +154,14 @@ color:#111;
|
|||
<td>1970</td>
|
||||
<td>$12.00</td>
|
||||
</tr>
|
||||
<tbody>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td>Album</td>
|
||||
<td>Year</td>
|
||||
<td>Price</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue