mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 09:52:31 +00:00
17 lines
No EOL
325 B
HTML
17 lines
No EOL
325 B
HTML
<!doctype html><style>
|
|
body {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
div {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: red;
|
|
}
|
|
span {
|
|
margin-top: 100px;
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: blue;
|
|
}
|
|
</style><body><div></div><span></span> |