首页 > 其他 > 详细

第七天的练习

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

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


第七天的练习

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!