感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<div id="black">
</div>
<font size="+4">少女祈祷中</font>
<div id="yellow">
输入 JavaScript 代码……
xxxxxxxxxx
#black{
background:black;
height:10px;
width:150px;
animation:op 3s infinite;
border-radius:15px;
}
@keyframes op{
from{width:10px;}
to{width:450px;}
font{
display:block;
text-align:center;
animation:red 1.5s infinite;
@keyframes red{
from{color:black;}
to{color:red;}
#red{
height:150px;
background:pink;
#yellow{
background:yellow;
animation:df 0.5s infinite;}
@keyframes df{
from{background:white;}
to{background:black;}