美文网首页
3-28惊世之作

3-28惊世之作

作者: 萌新的小萌新 | 来源:发表于2018-03-28 19:47 被阅读0次

    代码秀

    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>work</title>
        <style type="text/css">
            .box{
                width: 400px;
                height: 54px;
    
                font: 20px "微软雅黑";
                color: #333;
                line-height: 54px;
    
    
                border-top: #f00 solid 1px;
    
                border-bottom: #666 solid 3px;
    
                border-left:none;
                border-right:none;
    
    
            }
        </style>
    </head>
    <body>
    
        <div class="box">&nbsp;&nbsp;新闻列表</div>
    
    </body>
    </html>
    

    结果有点惨

    image.png

    相关文章

      网友评论

          本文标题:3-28惊世之作

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