mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
8 lines
282 B
HTML
8 lines
282 B
HTML
<!doctype html><style>
|
|
* { border: 1px solid black; }
|
|
body { position: absolute; }
|
|
.inner {
|
|
max-width: 50px;
|
|
height: 50px;
|
|
}
|
|
</style><body><div class="outer"><div class="inner"> |