mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:28:10 +00:00
14 lines
No EOL
309 B
HTML
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> |