mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00: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>
|