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