입력 커서의 색상 변경

1140 단어 h5
CSS 코드:
input {
    color: #333;
    caret-color: red;
}

HTML 코드:
<input value="    ">

좋은 웹페이지 즐겨찾기