연습장:Sakura/1: 두 판 사이의 차이

(사용자 이름 삭제됨)
편집 요약 없음
태그: 되돌려진 기여
(▼눈뽕)
태그: 비우기 수동 되돌리기
1번째 줄: 1번째 줄:
<html>
 
<style>
@keyframes blink-effect {
  0% {
    background: #FF0000;
  }
  100% {
    background: #0000FF;
  }
}
.Liberty {
  animation: blink-effect 1ms infinite;
</style>
</html>

2023년 7월 31일 (월) 19:43 판