mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 11:15:08 +00:00
6 lines
144 B
HTML
6 lines
144 B
HTML
<!DOCTYPE html><style>
|
|
body {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
|
|
}
|
|
</style><body>
|