博主信息
博文 10
粉丝 0
评论 0
访问量 8400
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
0429双飞翼布局制作一个首页
abing的博客
原创
1155人浏览过
main.css

.container{
    margin-top: 5px;
    height:600px;
    width:1000px;
}
.wrap{
    height: inherit;
    width: inherit;
    background-color: #444444;
    float: left;

}
.main{
    padding-left: 210px;
    padding-right:210px;
}
.left {
    height:inherit;
    width: 200px;
    background-color: red;
    float: left;
    margin-left: -1000px;
}

.right{
    height:inherit;
    width: 200px;
    background-color: yellow;
    float: left;
    margin-left:-200px;
}
=======================================================
header.css
* {
    padding: auto;
    margin: auto;
}
.header{
    height: 100px;
    background-color: black;
}

.header_dh{
    width: 1000px;
}
.header_logo{
    width: 200px;
    margin-top: 17.5px;
    float: left;
}
.top_link{
    line-height: 120px;
}
.top_link_a{
    color: white;
    display: inline-block;
    height: 100px;
    width: 150px;
    text-align: center;
    font-size: 20px;
}
a:hover{
    color: black;
    background-color: white;
    font-size: 1.5em;
}
a {
    text-decoration: none;
}
=========================================
footer.css
.footer{
    height: 100px;
    margin-top: 10px;
    padding: auto;
}
.footer_aaa{
    padding-top:30px;
    height: inherit;
    width: 1000px;
    background-color: lightgray;
    text-align: center;
    font-size: 20px;
    line-height: 30px;

}

======================================
banner.css
.banner{
    margin: auto;
    padding: auto;
    height: 400px;
}
.banner_images{
    width: 1000px;
    height: inherit;
}
index.html
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <link rel="stylesheet" href="css/header.css">
    <link rel="stylesheet" href="css/banner.css">
    <link rel="stylesheet" href="css/main.css">
    <link rel="stylesheet" href="css/footer.css">
    <title>我的公司</title>
</head>
<body>
<div class="header">
    <div class="header_dh"><!--导航条-->
 <div class="header_logo">
            <img src="images/logo.png" width="200" alt="">
        </div>
        <div class="top_link">
            <ul>
                <a href="/" class="top_link_a">首页</a>
                <a href="/" class="top_link_a">关于公司</a>
                <a href="/" class="top_link_a">产品与服务</a>
                <a href="/" class="top_link_a">公司文章</a>
                <a href="/" class="top_link_a">联系我们</a>
            </ul>
        </div>

    </div>


</div>
<div class="banner"> <!--广告条-->
 <div class="banner_images"><img src="images/banner.jpg" alt=""></div>
</div>

<!--主体-->
<div class="container">
    <div class="wrap">
        <div class="main">内容</div>
    </div>
    <div class="left">左侧</div>
    <div class="right">右侧</div>
</div>
<div class="footer">
    <div class="footer_aaa">

        <dl>
            <dt>电话:13333333333 微信:1333333333</dt>
            <dt>地址:辽宁省沈阳市三好街12号</dt>
            <dt>备案地址:<a href="/">辽备1258888</a></dt>
        </dl>
    </div>
</div>
</body>
</html>


批改状态:未批改

老师批语:
本博文版权归博主所有,转载请注明地址!如有侵权、违法,请联系admin@php.cn举报处理!
全部评论 文明上网理性发言,请遵守新闻评论服务协议
0条评论
作者最新博文
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号

  • 登录PHP中文网,和优秀的人一起学习!
    全站2000+教程免费学