1 DOCTYPE html > 2 html > 3 head > 4 meta charset ="UTF-8" > 5 title > 为什么要清除浮动 title > 6 style > 7 .wrapper { width : 50% ; background : cornflowerblue ; border : 2px solid black ; } 8 .box1 { width : 30% ; height : 100px ; background : red ; } 9 .box2 { width : 30% ; height : 100px ; background : black ; } 10 .box3 { width : 30% ; height : 100px ; background : chocolate ; } 11 style > 12 head > 13 body > 14 div class ="wrapper" > 15 div class ="box1" > div > 16 div class ="box2" > div > 17 div class ="box3" > div > 18 div > 19 body > 20 html >
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did101635