mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
9 lines
190 B
HTML
9 lines
190 B
HTML
<!DOCTYPE html><style>
|
|
* { border: 1px solid black; }
|
|
.container {
|
|
background: pink;
|
|
display: flex;
|
|
width: 100vw;
|
|
place-content: center;
|
|
}
|
|
</style><div class="container">Text |