x
1
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<title>蜜蜂教程(mifengjc.com)</title>
6
<style>
7
#DIV1 {
8
position: relative;
9
height: 200px;
10
width: 200px;
11
margin: 100px;
12
padding: 10px;
13
border: 1px solid black;
14
}
15
16
#DIV2 {
17
padding: 50px;
18
position: absolute;
19
border: 1px solid black;
20
background-color: coral;
21
transform: rotateY(50deg);
22
transform: rotateY(50deg);
23
/* Opera、Chrome 和 Safari */
24
}