demo2.css

.wrap {
color : blue;
width : 600px;
height : 500px;
border:groove;
border-radius: 15px;
.header {
border:groove;
width : 90%;
}
.content {
border:groove;
height : 300px;
width : 90%;
.left {
border:groove;
float : left;
width : 40%;
}
.right {
border:groove;
float : left;
width : 40%;
}
}
}

posted @ 2017-03-07 10:46  等等wdd  阅读(117)  评论(0编辑  收藏  举报