mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:08:12 +00:00
7 lines
No EOL
195 B
HTML
7 lines
No EOL
195 B
HTML
<!DOCTYPE html><style>
|
|
.container {
|
|
display: grid;
|
|
grid-template-columns: calc(1fr) calc(1fr);
|
|
}
|
|
</style>
|
|
<div class="container"><div>1</div><div>2</div><div>3</div></div> |