day7-作业

- 锐客网*{ position: relative; margin: 0; padding: 0; } #top{ width: 600px; height: 200px; /*background-color: blue; */ margin-left: auto; margin-right: auto; margin-bottom: 10px; } #top #left{ float: left; width: 250px; height: 200px; background-color: red; } #top #left img{ width: 250px; height: 200px; } #top #right{ float: right; width: 250px; height: 200px; background-color: gold; } #top #right img{ width: 250px; height: 200px; } #bottom{ width: 600px; height: 600px; background-color: green; margin-left: auto; margin-right: auto; } #bottom img{ width: 600px; height: 600px; }

    推荐阅读