mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
12 lines
252 B
HTML
12 lines
252 B
HTML
<!DOCTYPE html><html><head><style>
|
|
.outer {
|
|
position: absolute;
|
|
}
|
|
.inner {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
border: 1px solid black;
|
|
}
|
|
</style></head><body class="outer"><div class="inner">
|