잔글 (로시아님이 틀:로시아 메뉴/styles.css 문서를 넘겨주기를 만들지 않고 틀:로시아/styles.css 문서로 이동했습니다) |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
/* 사용자 문서 메뉴 */ | |||
.losiacard { | .losiacard { | ||
display: inline-block; | display: inline-block; | ||
26번째 줄: | 27번째 줄: | ||
transition: .2s ease-out; | transition: .2s ease-out; | ||
} | } | ||
/* 돌아가라 1 */ | |||
.rotate{ | .rotate{ | ||
transition: transform 2s; | transition: transform 2s; |
2023년 5월 22일 (월) 19:17 판
/* 사용자 문서 메뉴 */
.losiacard {
display: inline-block;
overflow: hidden;
width: 190px;
height: 280px;
border-radius: 5px;
transform: scale(0.90);
transition: .2s ease-out;
}
.losiacard:hover{
transition: .2s ease-in;
transform: scale(0.995);
z-index:3;
margin-left: auto;
margin-right: auto;
}
.losiacard img {
display: inline-block;
overflow: hidden;
width: 190px;
height: 280px;
border-radius: 5px;
transform: scale(0.90);
transition: .2s ease-out;
}
/* 돌아가라 1 */
.rotate{
transition: transform 2s;
}
.rotate:active{
transform: rotate(70deg);
}