mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 11:05:06 +00:00
8 lines
No EOL
200 B
HTML
8 lines
No EOL
200 B
HTML
<!doctype html><style>
|
|
* { border: 1px solid black; }
|
|
body {
|
|
display: grid;
|
|
grid-auto-flow: column;
|
|
width: 200px;
|
|
}
|
|
</style><body><div>hello</div><div>friends</div> |