http://i.stack.imgur.com/DeSHZ.jpg
我不想为容器内的每个元素提供单独的填充.
解决方法 标题上的负边距.请参阅Jsfiddle:http://jsfiddle.net/f2cdJ/
CSS
div { background: red; padding:10px; wIDth:200px; }p { background: green; }h2 { margin: 0 -10px; background: blue;}
HTML
<div> <p>This is the paragraph. This is the paragraph.</p> <h2>This is a heading</h2> <p>This is the paragraph. This is the paragraph.</p> <h2>This is a heading</h2> <p>This is the paragraph. This is the paragraph.</p></div>总结
以上是内存溢出为你收集整理的html – 如何使用CSS将元素转移到给定的填充全部内容,希望文章能够帮你解决html – 如何使用CSS将元素转移到给定的填充所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)