mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-19 18:30:27 +00:00
7 lines
232 B
HTML
7 lines
232 B
HTML
|
|
<!DOCTYPE html><style type="text/css">
|
||
|
|
.table {
|
||
|
|
width: max-content;
|
||
|
|
background-color: magenta;
|
||
|
|
border: 10px solid gold;
|
||
|
|
}
|
||
|
|
</style><table class="table"><tr style="height: 100px"><td style="width: 100px"></td></tr></table>
|