mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +00:00
15 lines
No EOL
252 B
HTML
15 lines
No EOL
252 B
HTML
<!doctype html><style>
|
|
body {
|
|
background: #444;
|
|
}
|
|
.container {
|
|
width: 100px;
|
|
background: green;
|
|
height: 50px;
|
|
}
|
|
.foo {
|
|
width: calc(100% - 1px);
|
|
background: black;
|
|
height: 50px;
|
|
}
|
|
</style><div class=container><div class=foo> |