mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
LibWeb: Use LibwebLeft and LibwebRight to align table cells
This commit is contained in:
parent
ccea69ad40
commit
5df52a5082
3 changed files with 42 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
<!doctype html><style>
|
||||
table {
|
||||
height: 200px;
|
||||
border: 1px solid black;
|
||||
}
|
||||
</style><table width="200px"><td align="right"><table><td>right
|
Loading…
Add table
Add a link
Reference in a new issue