프론트엔드 센트럴파크 (☞゚ヮ゚)☞

placeholder 색, 글자, 모양 바꾸기 본문

CSS

placeholder 색, 글자, 모양 바꾸기

자라나라나무나무나 2022. 4. 13. 00:38
input::placeholder {
  color: whitesmoke;
  font-weight: bold;
  font-style: italic;
}

 

'CSS' 카테고리의 다른 글

스타일 우선순위  (0) 2022.06.14
placeholder focus 될 때 감추기  (0) 2022.04.13
position:absolute 일 때, 가운데 정렬  (0) 2022.03.25
:nth-child() 사용법  (0) 2022.03.22
animation  (0) 2022.01.07
Comments