<html>
<head>
<meta charset="utf-8">
<title>手册网(www.shouce.ren)</title>
<style>
#myDIV {
position: absolute;
top: 180px;
width: 300px;
height: 150px;
background-color: lightblue;
border: 1px solid black;
animation: mymove 5s infinite; /* Chrome, Safari, Opera */
animation: mymove 5s infinite;
}
#DIV2 {
position: absolute;
top: 160px;
left: 30px;
width: 300px;