11.29
#p1{
font-size:30px;
}
.p22{
font-size:40px;
}
p{
font-size:20px;
}
#id{
width: 500px;
height: 400px
}
#div0 span{
font-size:60px;
}
#div0>span{
font-size:80px;
}
#div0+p{
font-size:40px;
}
#pp,#divv,#spann{
font-size:50px;
}
#pp{
color: blue;
}
.btn{
width: 100px;
height: 50px
}
.red{
color: red;
}
.blue{
color: blue;
}
.ww {
width: 80px;
height: 60px;
}
.w1 {
background: rgb(0, 0, 255);
}
.w2 {
background: rgba(0, 0, 255, 0.6);
}
蓝色按钮
段落中的内容1
段落中的内容3
span测试内容1
span测试内容2
span测试内容3
div中span测试内容
<hr/