最后一个样式你看看名字就不对~cls的C哪去了
话说你这个代码写的……
给你修改了下,看看吧你
<style type="text/css">.clsA
{
height:140px
width:300px
padding: 20px
background-color:red
}
.clsB
{
height:60px
width:300px
background-color:blue
}
.clsC
{
height:60px
width:300px
margin-top: 20px
background-color:yellow
}
</style>
<div class='clsA'>
<div class='clsB'>
华育练习
</div>
<div class='clsC'>
努力奋斗
</div>
</div>