nbsp;html>盒子模型的应用
登录后复制
*{ margin: 0px; padding: 0px;}.top{ width: 100%; height: 50px; background-color: black;}.top_content{ width: 75%; height: 50px; margin: 0px auto; background-color: blue;}.body{ margin: 20px auto; width: 75%; height: 1500px; background-color: blanchedalmond;}.body_img{ width:100%; height: 400px; background-color: darkorange;}.body_content{ width: 100%; height: 1100px; background-color: blueviolet;}.body_no{ width: 100%; height: 50px; background-color: aqua;}.footing{ width: 75%; height: 400px; background-color: indigo; margin: 0px auto;}.footing_content{ width: 100%; height: 300px; background-color: darkseagreen;}.footing_subSav{ width: 100%; height: 100px; background-color: black;}
登录后复制
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至253000106@qq.com举报,一经查实,本站将立刻删除。
发布者:PHP中文网,转转请注明出处:https://www.chuangxiangniao.com/p/3118244.html