我正在尝试创建一个用颜色框填充的矩形
以下是我的代码:
<div class="col-md-3" >
<div id="myViewport" style="height: 700px; width: 50px; padding: 10px; border: 5px solid gray; margin: 0;">
<div style="height:10px;background-color:rgb(0,0,0);" id='pass0'/>
<div style="height:10px;background-color:rgb(0,0,0);" id='pass1'/>
<div style="height:10px;background-color:rgb(0,0,0);" id='pass2'/>
<div style="height:10px;background-color:rgb(0,0,0);" id='pass3'/>
<div style="height:10px;background-color:rgb(0,0,0);" id='pass4'/>
<div style="height:10px;background-color:#FFA500;" id='pass5'/>
<div style="height:10px;background-color:#FFA500;" id='pass6'/>
</div>
</div>
我想要类似的东西:
然而,我无法获得盒子。我做错了什么?
答案 0 :(得分:1)
将颜色属性更改为背景颜色 简单的颜色&#34;属性保留为字体颜色