mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 18:24:45 -05:00
9 lines
No EOL
190 B
HTML
9 lines
No EOL
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 |