这是林泊百科的迁移技术测试站点,所有改动不会同步到林泊百科上,此站点将会在正式迁移后关闭,请勿存放重要数据

用户:Yingxxxx/common.css:修订间差异

来自Limbo Wiki
跳转到导航 跳转到搜索
Yingxxxx留言 | 贡献
扔这来吧()
 
Yingxxxx留言 | 贡献
无编辑摘要
标签手工回退
 
(未显示同一用户的6个中间版本)
第1行: 第1行:
div
body
{
{
width:200px;
background-color: #9198e5;  
height:200px;
    background-image: linear-gradient(#e66465, #9198e5);
background:white;
animation:myfirst 3s;
-moz-animation:myfirst 3s; /* Firefox */
-webkit-animation:myfirst 3s; /* Safari and Chrome */
-o-animation:myfirst 3s; /* Opera */
}
 
@keyframes myfirst
{
0%  {background:red;}
20%{background:yellow;}
40% {background:blue;}
80%{background:green;}
100%{background:white;}
}
 
@-moz-keyframes myfirst /* Firefox */
{
0%  {background:red;}
20%{background:yellow;}
40% {background:blue;}
80%{background:green;}
100%{background:white;}
}
 
@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%  {background:red;}
20%{background:yellow;}
40% {background:blue;}
80%{background:green;}
100%{background:white;}
}
@-o-keyframes myfirst /* Opera */
{
0%  {background:red;}
20%{background:yellow;}
40% {background:blue;}
80%{background:green;}
100%{background:white;}
}
}

2022年8月7日 (日) 18:32的最新版本

body
{
	background-color: #9198e5; 
    background-image: linear-gradient(#e66465, #9198e5);
}