blob: a8decc04b01c86ab78db263bfc5d6a1b3004830f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html><html><head><style>
.outer {
position: absolute;
}
.inner {
position: absolute;
left: 0;
right: 0;
border: 1px solid black;
}
</style></head><body class="outer"><div class="inner">
|