사이즈 조절 최종 |
타이핑 효과 추가 태그: 되돌려진 기여 |
||
3번째 줄: | 3번째 줄: | ||
font-size: 15px; | font-size: 15px; | ||
margin-left: 10px; | margin-left: 10px; | ||
} | |||
.typing-effect { | |||
border-right: .15em solid; | |||
animation: typing-effect-cursor 1s step-end infinite; | |||
} | |||
@keyframes typing-effect-cursor { | |||
50% { | |||
border-color: transparent; | |||
} | |||
} | } |
2023년 4월 11일 (화) 14:58 판
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.mw-editsection {
font-size: 15px;
margin-left: 10px;
}
.typing-effect {
border-right: .15em solid;
animation: typing-effect-cursor 1s step-end infinite;
}
@keyframes typing-effect-cursor {
50% {
border-color: transparent;
}
}