CSS
placeholder 색, 글자, 모양 바꾸기
자라나라나무나무나
2022. 4. 13. 00:38
input::placeholder {
color: whitesmoke;
font-weight: bold;
font-style: italic;
}