设为首页
收藏本站
开启辅助访问
请
登录
后使用快捷导航
没有帐号?
立即注册
首页
课程设置
平面设计
室内设计
机械设计
园林景观设计
影视后期制作
论坛
老师加盟
登录
|
注册
搜索
搜索
本版
帖子
用户
快捷导航
室内设计学院
论坛
BBS
论坛
›
学院
›
平面设计学院
›
作业
返回列表
lori棒棒糖
11
主题
12853
帖子
12908
积分
版主
积分
12908
加为好友
发送消息
访问家园
1
882
电梯直达
[作业]
作业
榴莲味奶粉香喷喷的呀
|
中级会员
|
勤币 204
|
学币 0
发表于 2018-1-18 17:50
|
复制链接
|
打印
|
上一主题
|
下一主题
Dreamweaver CC零基础入门教程
-
5.10 边框和阴影的用法
<!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>
复制代码
第一个是阴影 第二个是圣诞树 都是手写代码
点赞
26
哪些同学觉得很赞!
lori棒棒糖
觉得很赞
昵昵妹
觉得很赞
潜意式
觉得很赞
龙猫1212
觉得很赞
大大大表哥
觉得很赞
依仔101
觉得很赞
西卡
觉得很赞
一品数码
觉得很赞
热爱生活热爱家
觉得很赞
我叫大帅比
觉得很赞
举报
使用道具
|
回复
共1个回复 最后回复于 2018-1-19 18:33
lori棒棒糖
积分
12908
11
主题
12853
帖子
12908
积分
版主
积分
12908
加为好友
发送消息
访问家园
lori棒棒糖
版主
勤币 13901
学币 196
沙发
发表于 2018-1-19 18:33:38
|
只看该作者
作业完成没有问题~
举报
使用道具
回复
支持
反对
返回列表
B
Color
Image
Link
Quote
Code
Smilies
高级模式
您需要登录后才可以回帖
登录
|
立即注册
本版积分规则
发表回复
回帖后跳转到最后一页
快速回复
返回顶部
返回列表