<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<title>三位诗人介绍</title>
	<style>
		/* 顶栏样式 */
		.top-bar {
			border: double 4px black;
			padding: 10px;
			text-align: center;
		}
		/* 诗人样式 */
		.poet {
			border-top: 2px dotted blue;
			border-bottom: 2px dotted blue;
			border-left: 2px dotted blue;
			border-right: 2px dotted blue;
			padding: 10px;
			margin-top: 20px;
			background-color: lightblue;
			display: inline-block;
			width: 250px;
			height: 350px;
			vertical-align: top;
		}
		.poet img {
			display: block;
			margin: 0 auto;
			width: 200px;
			height: 250px;
			border: 2px solid black;
		}
		.poet p {
			margin-top: 10px;
			text-align: justify;
		}
	</style>
</head>
<body>
	<div class='top-bar'>
		<h1>三位诗人介绍</h1>
	</div>
	<div class='poet'>
		<div style='border-top: 2px solid blue; border-bottom: 2px solid blue; border-left: 2px solid blue; border-right: none; display: inline-block; padding: 5px;'>李白</div>
		<img src='https://picsum.photos/200/250'>
		<p>李白(701年-762年),字太白,号青莲居士,唐朝浪漫主义诗人,被后人誉为'诗仙'。其诗歌形式各样,有长篇叙事诗,也有短篇抒情诗,代表作有《将进酒》、《庐山谣》等。</p>
	</div>
	<div class='poet'>
		<div style='border-top: 2px solid blue; border-bottom: 2px solid blue; border-left: 2px solid blue; border-right: none; display: inline-block; padding: 5px;'>陶渊明</div>
		<img src='https://picsum.photos/200/250'>
		<p>陶渊明(365年-427年),字元亮,号五柳先生,东晋时期著名文学家、诗人,也是中国文学史上最伟大的田园诗人之一。其代表作有《桃花源记》、《归去来兮辞》等。</p>
	</div>
	<div class='poet'>
		<div style='border-top: 2px solid blue; border-bottom: 2px solid blue; border-left: 2px solid blue; border-right: none; display: inline-block; padding: 5px;'>黄庭坚</div>
		<img src='https://picsum.photos/200/250'>
		<p>黄庭坚(1045年-1105年),字潜,号太白山人,北宋诗人、书法家、文学家,以清新文雅的文风、豪放不羁的人格而著称于世。其代表作有《寒食》、《题临安邸》等。</p>
	</div>
</body>
</html>
三位唐宋诗人介绍 - 李白、陶渊明、黄庭坚

原文地址: https://www.cveoy.top/t/topic/m5wp 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录