文件名称:HTML+DIV+CSS
文件大小:404KB
文件格式:DOC
更新时间:2021-10-02 13:55:52
HTML DIV CSS
<html> <head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title></title> </head> <style> h1{ color: white; /*文字颜色*/ background-color: #ff9933; /*背景颜色*/ font-size: 30px; /*文字字号*/ font-weight: bold; /*文字粗体*/ text-align: center; /*水平居中*/ } img{ float:left; /*左浮动*/ border: 1px #9999cc dashed;/*边框类型*/ margin: 5px; /*内间距*/ } p{ font-size: 12px; text-indent: 2em; /*首行缩进*/ line-height: 1.5; /*行高*/ padding: 5px; /*外间距*/ } body{ margin: 0px; background-color: #e6e6e6; } #p1{ border-right:6px #0088000 double; } #p2{ border-right:6px #0000ff double; } </style> <body>
凉城夏笑*
故人、往事、记忆、流年。,每当这一串串有关时间的词语不经意出现在眼前时,心便有种酥麻麻的感觉,说不出,道不明的伤感像一阵突如其来的寒风, 卷走心底仅存的温明,空荡的心房需要汲取过往的一丝温暖才能安详度日,我知道,在每个人的心里,都有一段美好而又已经逝去的光阴。
如果我突然消失了,你会不会发疯一样的找我,因为找不到我而难过。你会不会无数次的点击我的空间,看看我留下的痕迹。你会不会一直等我,相信我会回到你身边。
</body> </html>