html 分割线

1、分割线

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<style>
    .partingline {
        margin-top: 10px;
        border: 1px solid #D5D5D5;
        margin-bottom: 10px;
    }
</style>

<body>
    <br>
    <p>浪子回头金不换</p>
    <div class="partingline"></div>
    <p>安能辨我是雄雌</p>

</body>

</html>
View Code

 

posted @ 2021-01-21 16:13  南风丶轻语  阅读(765)  评论(0编辑  收藏  举报