代码编辑器:
x
1
2
<meta charset="utf-8"><link href="/static/next/css/tryit.css?v=2017082407" rel="stylesheet"/>
3
4
<style>
5
#DIV1 {
6
height: 200px;
7
width: 200px;
8
margin: auto;
9
border: 1px solid black;
10
}
11
12
#DIV2 {
13
width: 150px;
14
height: 150px;
15
border: 1px solid black;
16
background-color: coral;
17
transform: rotate(45deg); /* IE 9 */
18
/* Chrome, Safari, Opera */