初相遇--席慕蓉

<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
    <title>初相遇--席慕蓉</title>
    <link href="css/本章作业4.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div>
    <h1>初相遇&nbsp;&nbsp;<span>文/席慕容</span></h1>
    <p>
        <span class="p1"></span>丽的梦和美丽的诗一样,都是可遇而不可求的,常常在最没能料到的时刻里出现。
    </p>
    <p>
        我喜欢那样的梦,在梦里,一切都可以重新开始,一切都可以慢慢解释,心里甚至还能感觉到,所有被浪费的时光竟然都能重回时的狂喜与感激。<span class="p2">胸怀中满溢着幸福,只因你就在我眼前</span>,对我微笑,一如当年。
    </p>
    <p>
        我喜欢那样的梦,明明知道你已为我跋涉千里,却又觉得芳草鲜美,落落英缤纷,好像你我才初相遇。
    </p>
</div>
</body>
</html>
div{
    width:400px;
    background:linear-gradient(to bottom,#CAEFFE,#FFFFED);
}
h1{
    font-size: 18px;
    text-align:center;
    color: #3779b3;
    line-height: 1.8;
    text-shadow: black 1px 1px 1px;
}
h1 span{
    font-size: 12px;
    color: #a7a4a4;
    font-weight: 200;
}
p{
    font-size: 12px;
    text-indent:2em;
    line-height: 1.7;
}
.p1{
    color: rgb(104,13,240);
    font-size: 18px;
    font-weight: bold;
    text-shadow: darkgray 3px 2px 1px,white -2px -2px 1px;
}
.p2{
    font-size: 16px;
    font-style:italic;
    color:dodgerblue;
    font-weight:bold;
}
p:last-child{
    text-decoration:underline;
    color: #29a402;
}

 

posted @ 2021-01-20 09:11  残冰辉  阅读(436)  评论(0编辑  收藏  举报