@Wangww0925
2019-01-18T08:03:55.000000Z
字数 862
阅读 230
css
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<style>
*{
margin: 0;
padding: 0;
}
div:nth-of-type(1){
width:100%;
height:450px;
font-size:25px;
color:rgba(218,218,218,.9);
text-shadow: 0px 0px 2px;
position: absolute;
left:0px;
top:50px;
z-index: 1;
background: rgba(255,255,255,.1);
}
</style>
</head>
<body>
<!-- 让其背景色为透明色 -->
<div>
<pre>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
</body>
</html>
</pre>
</div>
</body>
</html>
作者 wendy
2019 年 1月 17日