字体3

<html>
	<head>
		<title>字体</title>
		<str/>
	</head>

	<style>

	.new h1{
		font-size:36px;
		font-family:"楷体";

	{
	.new h3{

		font-size:14px;
		font-family:"楷体";
	}
	.new p{
		font-size:14px;
		line-height:24px;
		text-indent:24px;
 		font-family:"楷体";
	}
	.font1{
		font-size:30px;
		color:yellow;
		font-family:"楷体";
	
	}
	.font2{
		font-style: italic;
	}
	.font3{
		font-weight: bold;
	}


	</style>
	

	



	<body>
	<div class="new">
		<img src="https://t12.baidu.com/it/u=1976880529,161306540&fm=30&app=106&f=JPEG?w=500&h=450&s=C4A92EF74017DBED9C09697F0300D073"></img>
		<h1>那些人,那些事</h1>
		<h3>作者:XX</h3>
		<p><span style="color:yellow">许</span>久没有提笔<span class="font2"><em>发八法</em></span></p>
		



	</div>
	</body>




</html>

  

posted @ 2023-02-26 09:53  郭立恒  阅读(17)  评论(0)    收藏  举报