首页 > 其他分享 >一定程度

一定程度

时间:2023-02-13 20:45:44浏览次数:45  
标签:重色思 程度 御宇 text background 一定 汉皇 倾国

<!DOCTYPE html>
<html lang="en">

<head>
	<meta charset="UTF-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>Document</title>
	<link rel="stylesheet" href="/first/css/style.css" type="text/css">
	<link rel="stylesheet" href="/first/css/style2.css" type="text/css">
</head>

<body>
	<h1>长恨歌</h1>
	<div class="mydiv">
		<p>汉皇重色思倾国,御宇多年求不得。汉皇重色思倾国,御宇多年求不得。汉皇重色思倾国,御宇多年求不得。汉皇重色思倾国,御宇多年求不得。
			汉皇重色思倾国,御宇多年求不得。汉皇重色思倾国,御宇多年求不得。
		</p>
		<p>杨家有女初长成,养在深闺人未识。</p>
	</div>
	<div>
		<p>天生丽质难自弃,一朝选在君王侧。</p>
		<p>回眸一笑百媚生,六宫粉黛无颜色。</p>
		<p>春寒赐浴华清池,温泉水滑洗凝脂。</p>
	</div>
	<img src="/first/img/logo.jpg" alt="图片被删除">

	<table>
		<tbody>
			<tr>
				<td></td>
				<td></td>
				<td></td>
			</tr>
			<tr>
				<td></td>
				<td></td>
				<td></td>
			</tr>
			<tr>
				<td></td>
				<td></td>
				<td></td>
			</tr>
		</tbody>
	</table>

</body>

</html>
h1 {
    text-align: center;
}

img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.mydiv {
    /* text-align: center; */
    font-size: 1em;
    line-height: 4em;
    letter-spacing: 1em;
    text-indent: 2em;
}

.mydiv>p:nth-child(1) {
    height: 5em;
    width: 5em;
    text-decoration: green underline;
    text-shadow: 5px 5px 2px grey,
        5px -5px 2px red;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1em;
    font-weight: 1000;
    font-style: oblique;

    /* background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)); */
    background-image: url('/first/img/logo.jpg'),
        url('/first/img/first.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: aqua;
    background-position: left top, center top;
}

a {
    text-decoration: none;
}

td {
    border-style: solid;
    width: 20px;
    height: 20px;
}

table {
    border-style: solid;
    border-collapse: collapse;
}

标签:重色思,程度,御宇,text,background,一定,汉皇,倾国
From: https://www.cnblogs.com/zzh1206/p/17117731.html

相关文章