1 Star 0 Fork 0

亦小染. / homework_html

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
rotate.html 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
亦小染. 提交于 2023-01-15 13:45 . new
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<title>关门式的图文组合悬停特效</title>
<link rel="stylesheet" href="./css/rotate.css">
</head>
<body>
<div class="container">
<div class="item">
<div class="img"><img src="./images/picture_glorious03_01.jpg" alt=""></div>
<div class="caption">
<h3></h3>
<p>要说松树,要比大它比不过榕树,要比美它比不过柳树。但是,秋天,花谢了,草枯了,许多树的叶子都落尽了,松树却在秋风秋雨中舒展它的枝叶。</p>
</div>
</div>
<div class="item">
<div class="img"><img src="./images/picture_glorious03_02.jpg" alt=""></div>
<div class="caption">
<h3></h3>
<p>竹有阳刚之气,又具阴柔之美。三千年华夏国粹,竹君始终是东方人追求的境界,但同时又与东方文化紧密相联。</p>
</div>
</div>
<div class="item">
<div class="img"><img src="./images/picture_glorious03_03.jpg" alt=""></div>
<div class="caption">
<h3></h3>
<p>驿外断桥边,寂寞开无主。已是黄昏独自愁,更着风和雨。无意苦争春,一任群芳妒。零落成泥碾作尘,只有香如故。</p>
</div>
</div>
</div>
</body>
</html>
HTML
1
https://gitee.com/alicecici/homework_html.git
git@gitee.com:alicecici/homework_html.git
alicecici
homework_html
homework_html
master

搜索帮助