3-28惊世之作

2018-03-28  本文已影响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
上一篇下一篇

猜你喜欢

热点阅读