mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:17:35 +00:00
15 lines
No EOL
310 B
HTML
15 lines
No EOL
310 B
HTML
<!DOCTYPE html><html><head><style>
|
|
* {
|
|
border: 1px solid black;
|
|
font-family: 'SerenitySans';
|
|
}
|
|
body {
|
|
display: flex;
|
|
}
|
|
.cell {
|
|
display: table-cell;
|
|
}
|
|
.upper {
|
|
background: pink;
|
|
}
|
|
</style></head><body><div class="upper"><div class="cell">Hello</div> |