论坛
标题:
作业
[打印本页]
作者:
榴莲味奶粉香喷喷的呀
时间:
2018-1-18 17:50
标题:
作业
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>阴影</title>
<style>
.as{ width:200px; height:400px; background-color:#CCC;
margin:100px auto; box-shadow:2px 4px 10px #333333;}
.as:hover{box-shadow:4px 6px 20px #333333; opacity:0.8;}
</style>
</head>
<body>
<div class="as">
</div>
</body>
</html>
复制代码
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>css</title>
<style>
.as{ width:0px; height:0px;
border:100px solid transparent;
border-bottom-color:#090;
margin:-100px auto;
}
.ad{ width:0px; height:0px;
border:150px solid transparent;
border-bottom-color:#090;
margin:-150px auto;
}
.af{ width:0px; height:0px;
border:200px solid transparent;
border-bottom-color:#090;
margin:-200px auto;
}
.ag{ width:60px; height:230px; background-color:#090;
margin:150px auto;
}
</style>
</head>
<body>
<div class="as">
</div>
<div class="ad">
</div>
<div class="af">
</div>
<div class="ag">
</div>
</body>
</html>
复制代码
第一个是阴影 第二个是圣诞树 都是手写代码
作者:
lori棒棒糖
时间:
2018-1-19 18:33
作业完成没有问题~
欢迎光临 论坛 (http://bbs.qinxue.com/)
Powered by Discuz! X3.1