码迷,mamicode.com
首页 > 其他好文 > 详细

第七天的练习

时间:2016-10-20 00:50:00      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:第七天2

<!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>


第七天的练习

标签:第七天2

原文地址:http://12155720.blog.51cto.com/12145720/1863618

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!