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