第七天的练习
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第七天的练习相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
.dk{
width: 1000px;
height: 1000px;
position: relative;
}
.tupian{
width: 733px;
height: 366px;
position: relative;
left: 200px;
}
.xk{
width: 733px;
height: 100px;
position: absolute;
top: 266px;
left: 200px;
background:red;
opacity: 0.5;
}
.wz{
margin-left: 200px;
font-size: 75px;
/*color:white; */
}
</style>
</head>
<body>
<div class="dk"><img src="./5.png" alt="tupian" class="tupian">
<div class="xk">
<div class="wz">图片说明</div>
</div>
</div>
</body>
</html>
以上是关于第七天的练习的主要内容,如果未能解决你的问题,请参考以下文章