我尝试创建一个具有固定宽度且居中的窗口。还应该具有可变高度,取决于浏览器视口高度,顶部偏移为 20 像素,底部偏移为 20 像素;
我不想为此使用 JQuery / JS,它应该是纯 css。
这里有一些代码片段:
#viewport should be the the browsers height / width container
#window should be the resized window (centered in middle, filling up all height except of top 20px and bottom 20px
有人知道如何解决这个问题吗?