mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:58:11 +00:00
12 lines
No EOL
297 B
HTML
12 lines
No EOL
297 B
HTML
<!DOCTYPE html><html><head><style>
|
|
* {
|
|
border: 1px solid black;
|
|
}
|
|
nav {
|
|
position: absolute;
|
|
display: flex;
|
|
}
|
|
.item {
|
|
background: lime;
|
|
}
|
|
</style></head><body><nav><div class=item>This should have a green background.</div></nav></body></html> |