1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:58:11 +00:00
serenity/Tests/LibWeb/Layout/input/flex/flex-column-item-with-natural-aspect-ratio-and-automatic-cross-size.html
2023-07-05 19:03:20 +02:00

14 lines
No EOL
309 B
HTML

<!DOCTYPE html><style>
* {
margin: 0;
padding: 0;
}
body {
display: flex;
flex-direction: column
}
svg {
align-self: flex-start;
height: 100px;
}
</style><svg viewBox="0 0 10 5"><rect fill="green" x="0" y="0" width="10" height="5"></svg>