틀:3세계관/styles.css: 두 판 사이의 차이

(새 문서: .third { box-shadow: 0px 0px 50px transparent; filter: grayscale(100%); transition: 0.25s; })
 
편집 요약 없음
 
2번째 줄: 2번째 줄:
box-shadow: 0px 0px 50px transparent;
box-shadow: 0px 0px 50px transparent;
filter: grayscale(100%);
filter: grayscale(100%);
transition: 0.25s;
}
.third {
box-shadow: 0px 0px 50px #f00;
filter: grayscale(0%);
transition: 0.25s;
transition: 0.25s;
}
}

2023년 10월 2일 (월) 08:22 기준 최신판

.third {
	box-shadow: 0px 0px 50px transparent;
	filter: grayscale(100%);
	transition: 0.25s;
}

.third {
	box-shadow: 0px 0px 50px #f00;
	filter: grayscale(0%);
	transition: 0.25s;
}