代码编辑器:
x
1
2
<meta charset="utf-8"><link href="/static/next/css/tryit.css?v=2017082407" rel="stylesheet"/>
3
4
<style>
5
div {
6
width: 300px;
7
height: 100px;
8
padding: 15px;
9
background-color: yellow;
10
box-shadow: 10px 10px 5px grey;
11
}
12
</style>
13
14
<div>This is a div element with a box-shadow</div>
15
<footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>
16