【发布时间】:2018-05-18 23:44:00
【问题描述】:
我写了一段这样的 CSS 小代码,
<div class="wrapper">
the wrapper has width:1120px; everything inside it
<div class="callout">
I want this to be full width rather than width 1120px
</div><!-- end for callout -->
other things inside it normal at width 1120px
</div><!-- end wrapper -->
我怎样才能做到这一点我怎样才能禁用其中特定类的包装行为
【问题讨论】:
-
你没有写任何CSS,你想让
.callout成为浏览器窗口的全宽吗? -
我想你应该看看我的回答