代码编辑器:
1
<style>
2
#DIV1{
3
position: relative;
4
height: 200px;
5
width: 200px;
6
margin: 100px;
7
padding:10px;
8
border: 1px solid black;
9
}
10
#DIV2{
11
padding:50px;
12
position: absolute;
13
border: 1px solid black;
14
background-color: coral;
15
transform: rotateY(50deg);
16
transform: rotateY(50deg); /* Opera、Chrome 和 Safari */
17
}
18
#DIV3{