ladybird/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