Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我正在创建一个网站,我遇到了这个问题。我在互联网上进行了搜索,即使我知道像 facebook.com 这样的网站也无法真正找到解决这个问题的方法。
我希望能够在某个点限制我网站布局的大小调整。是否有某种 CSS 功能限制了整个网站的最小宽度和高度?
我刚刚意识到这些代码行有效:
div { min-width:1000 px; min-height: 1000px; }