EverestRebel

在2022年3月18日 (星期五)加入
添加296字节 、​ 2024年3月19日 (星期二)
无编辑摘要
无编辑摘要
无编辑摘要
align-items: center;
box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
animation: colorChange 2s linear 0s infinite alternate paused;
}
 
h4:hover{
animation-play-state: running;
}
 
@keyframes colorChange {
0% {
background-color: green;
}
100% {
background-color: lime;
}
}
 
.mw-editsection{
443

个编辑