mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 22:52:22 +02:00
16 lines
301 B
HTML
16 lines
301 B
HTML
<!doctype html><style type="text/css">
|
|
* {
|
|
outline: 1px solid black;
|
|
}
|
|
article {
|
|
display: grid;
|
|
height: 200px;
|
|
place-items: center;
|
|
}
|
|
div {
|
|
width: 50px;
|
|
aspect-ratio: 1 / 1;
|
|
background: green;
|
|
}
|
|
</style><body><article><div>
|