实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<meta charset="utf-8"> 
5
<title>手册网(www.shouce.ren)</title> 
6
<style> 
7
#myDIV {
8
    position: absolute;
9
    top: 180px;
10
    width: 300px;
11
    height: 150px;
12
    background-color: lightblue;
13
    border: 1px solid black;
14
    -webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
15
    animation: mymove 5s infinite;
16
}
17
18
#DIV2 {
19
    position: absolute;
20
    top: 160px;
21
    left: 30px;
22
    width: 300px;