틀:와르샤와/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
asdf {
.asdf {
   width: 100px;
   width: 100px;
   height: 100px;
   height: 100px;

2023년 4월 23일 (일) 12:14 판

.asdf {
  width: 100px;
  height: 100px;
  position: relative;
  background-color: red;
  animation-name: example;
  animation-duration: 4s;
  animation-delay: 2s;
}