Css盒子模型的应用_html/css_WEB-ITnose

WBOY
풀어 주다: 2016-06-21 08:48:51
원래의
1513명이 탐색했습니다.

<!DOCTYPE html><html lang="en"><head>    <meta charset="UTF-8">    <title>盒子模型的应用</title>    <link href="index.css" type="text/css" rel="stylesheet"></head><body>    <div class="top">        <div class="top_content"></div>    </div>    <div class="body">        <div class="body_img"></div>        <div class="body_content">            <div class="body_no"></div>        </div>    </div>    <div class="footing">        <div class="footing_content"></div>        <div class="footing_subSav"></div>    </div></body></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;}
로그인 후 복사


관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿