mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 09:26:28 +02:00
7 lines
144 B
HTML
7 lines
144 B
HTML
<!DOCTYPE html><style>
|
|
body {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
|
|
}
|
|
</style><body>
|