零基础教你盒模型的外三层的结构

<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title>盒模型的外三层的结构</title>
		<style>
			*{margin: 0;padding: 0;}
			boby{
				font-size: 8rm;
			}
			.text{
				width: 500px;
				/*height: 500px;*/                               
				background-color:cornflowerblue ;
				/*padding-top:50px ;
				padding-right: 60px;
				padding-bottom:50px;
				padding-left:60px ;*/
				padding: 50px 60px;
				color: whitesmoke;
				font-size: 2rem;
				text-indent: 2rem;/*首行缩进两字符*/
				text-align: justify;/*文本两端对齐*/
				line-height: 3rem;/*行高*/
				bored:10px solid orange;
				margin: 20px;
			}
		</style>
	</head>
	<body>
		<div class="text">
			《鲜花》是回春丹乐队演唱的歌曲,由刘西蒙作词、作曲,于2023年9月30日作为单曲发行。
《鲜花》是刘西蒙为纪念去世前辈而创作的歌曲,是首治愈系歌曲,歌词美好又热烈,像告白又像告别,像重逢又写满了遗憾与悔恨,唱出了对生命和生活的热爱 [9]。
		</div>
	</body>
</html>

image-20260707085405664

posted @ 2026-07-07 08:55  崔雅楠  阅读(9)  评论(0)    收藏  举报