<html>
<head>
<meta charset="utf-8">
<title>手册网(www.shouce.ren)</title>
<style>
#DIV1 {
height: 200px;
width: 200px;
margin: auto;
border: 1px solid black;
}
#DIV2 {
width: 150px;
height: 150px;
border: 1px solid black;
background-color: coral;
transform: rotate(45deg); /* IE 9 */
/* Chrome, Safari, Opera */
transform: rotate(45deg);
animation: mymove 5s infinite;