User:顶呱呱的阿杰/测试.css:修订间差异

来自有兽档案馆
(创建页面,内容为“.cs{ border: 1px solid black; }”)
 
无编辑摘要
 
(未显示同一用户的31个中间版本)
第1行: 第1行:
#awajiea{
.cs{
animation: awajiebox 10s linear infinite;
border: 1px solid black;
}
@keyframes awajiebox {
to{
transform: rotate(360deg);
}
}
}

2024年4月11日 (四) 08:08的最新版本

#awajiea{
	animation: awajiebox 10s linear infinite;
}
@keyframes awajiebox {
	to{
		transform: rotate(360deg);
	}
}