1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:57:44 +00:00
serenity/Tests/LibWeb/Layout/input/place-content-shorthand-property.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