美文网首页
前端-第11天-作业

前端-第11天-作业

作者: 看三小 | 来源:发表于2018-10-29 19:19 被阅读9次

    <!doctype html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport"
    content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
    <style type="text/css">
    .a1{
    width: 960px;
    height: 42px;
    border-style: solid;
    text-align: center;
    margin: auto;
    }
    .a2{
    width: 80px;
    line-height: 42px;
    text-decoration: none;
    font-size: 14px; 微软雅黑; #333;
    /vertical-align:middle;/
    display: unset;
    text-align:center;
    }
    .a3{
    width: 100px;
    line-height: 42px;
    text-align:center;
    /vertical-align: middle;/
    display: unset;
    text-align:center;
    }
    </style>
    </head>
    <body>
    <div class="a1">
    <a class="a2" href="#">首页</a>
    <a class="a3">|</a>
    <a class="a2" href="#">网站建设</a>
    <a class="a3">|</a>
    <a class="a2" href="#">程序开发</a>
    <a class="a3">|</a>
    <a class="a2" href="#">网站营销</a>
    <a class="a3">|</a>
    <a class="a2" href="#">企业VI</a>
    <a class="a3">|</a>
    <a class="a2" href="#">案例展示</a>
    <a class="a3">|</a>
    <a class="a2" href="#">联系我们</a>

    </div>
    

    </body>
    </html>

    相关文章

      网友评论

          本文标题:前端-第11天-作业

          本文链接:https://www.haomeiwen.com/subject/vfditqtx.html