<!DOCTYPE html>
<html>
<head>
<title> 这里是标题 </title>
<meta charset="utf-8">
<meta name="generator" content="editplus" />
<meta name="author" content="" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<style>
*{margin:0;padding:0;}
html{
-webkit-animation: myfirst .1s ease 0s infinite alternate; /* Safari and Chrome */
animation: myfirst .1s ease 0s infinite alternate;
}
@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
0% {background:rgb(255,0,0);}
5% {background:rgb(255,64,0);}
10% {background:rgb(255,128,0);}
15% {background:rgb(255,192,0);}
20% {background:rgb(255,255,0);}
25% {background:rgb(192,255,0);}
30% {background:rgb(128,255,0);}
35% {background:rgb(64,255,0);}
40% {background:rgb(0,255,0);}
45% {background:rgb(0,255,64);}
50% {background:rgb(0,255,128);}
55% {background:rgb(0,255,192);}
60% {background:rgb(0,192,255);}
65% {background:rgb(0,128,255);}
70% {background:rgb(0,64,255);}
75% {background:rgb(0,0,255);}
80% {background:rgb(64,0,255);}
85% {background:rgb(128,0,255);}
90% {background:rgb(192,0,255);}
95% {background:rgb(255,0,255);}
100% {background:rgb(255,255,255);}
}
@keyframes myfirst
{
0% {background:rgb(255,0,0);}
5% {background:rgb(255,64,0);}
10% {background:rgb(255,128,0);}
15% {background:rgb(255,192,0);}
20% {background:rgb(255,255,0);}
25% {background:rgb(192,255,0);}
30% {background:rgb(128,255,0);}
35% {background:rgb(64,255,0);}
40% {background:rgb(0,255,0);}
45% {background:rgb(0,255,64);}
50% {background:rgb(0,255,128);}
55% {background:rgb(0,255,192);}
60% {background:rgb(0,192,255);}
65% {background:rgb(0,128,255);}
70% {background:rgb(0,64,255);}
75% {background:rgb(0,0,255);}
80% {background:rgb(64,0,255);}
85% {background:rgb(128,0,255);}
90% {background:rgb(192,0,255);}
95% {background:rgb(255,0,255);}
100% {background:rgb(255,255,255);}
}
</style>
</head>
<body>
</body>
</html>