mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-21 23:50:06 +00:00
12 lines
184 B
HTML
12 lines
184 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
* {
|
|
outline: 1px solid black;
|
|
}
|
|
td, div {
|
|
height: 100px;
|
|
vertical-align: middle;
|
|
}
|
|
</style>
|
|
<table><tr><td>hello</td></tr></table>
|
|
<div>hello</div>
|