mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 00:05:07 +00:00
8 lines
No EOL
282 B
HTML
8 lines
No EOL
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"> |