试图让自己成为一个调色板,对于我的生活,我无法弄清楚为什么我的背景颜色没有显示?有什么建议么?color:red;
of.one
确实有效。
<style>
.pallette{
width:100px;
height:100px;
margin-bottom:2em;
}
.one{
background:#FCFFF5;
}
.two{
background:#FCFFF5;
}
.three{
background:#FCFFF5;
}
.four{
background:#FCFFF5;
}
.five{
background:#FCFFF5;
}
</style>
<div class="pallette one">#FCFFF5</div>
<div class="pallette two">#D1DBBD</div>
<div class="pallette three">#91AA9D</div>
<div class="pallette four">#3E606F</div>
<div class="pallette five">#193441</div>