mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Use LibwebLeft and LibwebRight to align table cells
This commit is contained in:
parent
ccea69ad40
commit
5df52a5082
Notes:
sideshowbarker
2024-07-16 19:42:24 +09:00
Author: https://github.com/implicitfield
Commit: 5df52a5082
Pull-request: https://github.com/SerenityOS/serenity/pull/22000
Reviewed-by: https://github.com/kalenikaliaksandr ✅
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