<!DOCTYPE html>
<html lang="en">
<head>
<meta charest="UTF-8">
<title>day2</title>
<style>
.poet-bg {
background: url("q.jpg") no-repeat;
display: block;
position:absolute;
width: 500px;
height: 300px;
left: 50%;
right: 50%;
margin: -150px 0 0 -250px;
text-align: center;
border-radius: 8px;
overflow: hidden;
box-shadow: 2px 2px 3px #aaaaaa;
}
.poet {
display; block;
margin-top: 70px;
background-color: transparent;
}
</style>
</head>
<body>
<div class="poet-bg">
<div class="poet">
<h5>静夜思</h5>
<p>床前明月光</p>
<p>疑是地上霜</p>
<p>举头望明月</p>
<p>低头思故乡</p>
</div>
</div>
</body>
<html lang="en">
<head>
<meta charest="UTF-8">
<title>day2</title>
<style>
.poet-bg {
background: url("q.jpg") no-repeat;
display: block;
position:absolute;
width: 500px;
height: 300px;
left: 50%;
right: 50%;
margin: -150px 0 0 -250px;
text-align: center;
border-radius: 8px;
overflow: hidden;
box-shadow: 2px 2px 3px #aaaaaa;
}
.poet {
display; block;
margin-top: 70px;
background-color: transparent;
}
</style>
</head>
<body>
<div class="poet-bg">
<div class="poet">
<h5>静夜思</h5>
<p>床前明月光</p>
<p>疑是地上霜</p>
<p>举头望明月</p>
<p>低头思故乡</p>
</div>
</div>
</body>
</html>
拙作似乎有错误,背景图片出不来