1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:57:47 +00:00

LibWeb: Distribute excess width to columns as in specification

This commit is contained in:
Andi Gallo 2023-07-15 02:46:47 +00:00 committed by Andreas Kling
parent eb20eeb54c
commit 6dfa1c2548
4 changed files with 244 additions and 80 deletions

View file

@ -0,0 +1,7 @@
<table style="border:1px solid">
<tr>
<td style="border:1px solid; width: 20%">A</td>
<td style="border:1px solid; width: 40%">B</td>
<td style="border:1px solid; width: 20%">C</td>
</tr>
</table>