틀:음악 서비스 연결/styles.css: 두 판 사이의 차이

리브레위키>Text-Justify
(drop-shadow)
리브레위키>Cerulean
편집 요약 없음
1번째 줄: 1번째 줄:
img{
img {
transition: all ease 0.5s;
transition: all cubic-bezier(.68,-0.55,.27,1.55) 0.5s;
}
}



2021년 3월 20일 (토) 00:20 판

img {
	transition: all cubic-bezier(.68,-0.55,.27,1.55) 0.5s;
}

.mw-collapsible-toggle-expanded img{
	transform: rotate( 90deg );
	
	position: relative; 
		top: -0.1px;
		left: -0.5px;
}

.drop-shadow {
    filter: drop-shadow(0 0 1px LIGHTGRAY);
}
• 현재 페이지 URL 줄이기