틀:전국칠웅/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
태그: 수동 되돌리기
 
3번째 줄: 3번째 줄:
color: black;
color: black;
transition: 0.25s;
transition: 0.25s;
background: rgba(0, 0, 0, .25);
}
}



2023년 9월 30일 (토) 23:23 기준 최신판

.gook7 {
	transform: scale(1);
	color: black;
	transition: 0.25s;
}

.gook7:hover {
	transform: scale(1.5);
	color: black;
	transition: 0.25s;
}