0
假設我有一個應用「容器流體」的div。Twitter Bootstrap - 在lg設備上使用「容器流體」的語義方式
當視口低於1200像素(大型設備)時,如何將其更改爲「容器」?
我知道,我可以複製的代碼,並使用這樣的:
<div class="container-fluid hidden-md">...content here...</div>
<div class="container hidden-lg">...content here...</div>
但這種感覺並不好。有沒有其他方法可以做到這一點?