作者:是唐雨冰吗 | 来源:互联网 | 2023-10-12 09:15
Iwanttodisplayanexpandablediv(width:100%)withmargins我想显示一个可扩展的div(宽度:100%),带有边距……Her
I want to display an expandable div
(width: 100%
) with margins...
我想显示一个可扩展的div(宽度:100%),带有边距……
Here is my code :
这是我的代码:
And here is my css code :
这是我的css代码:
#page {
background: red;
float: left;
width: 100%;
height: 300px;
}
#margin {
background: green;
float: left;
width: 100%;
height: 300px;
margin: 10px;
}
LIVE DEMO
现场演示
5 个解决方案