实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<style> 
5
div
6
{
7
width:300px;
8
height:100px;
9
background-color:yellow;
10
box-shadow: 10px 10px 5px #888888;
11
}
12
</style>
13
</head>
14
<body>
15
16
<div></div>
17
18
</body>
19
</html>
20