본문 바로가기
Front-end/HTML

input placeholder 색상 바꾸는 방법

by mooyou 2019. 1. 1.
728x90
300x250

placeholder 색상 다르게 하는 방법



input[type=text]{color:red}


input[type=text]::-webkit-input-placehoder{color:black}

input[type=text]::-moz-placeholder{color:black}


ex) .calendar_area input::-webkit-input-placeholder{color:#f2f2f2;}


728x90
반응형

'Front-end > HTML' 카테고리의 다른 글

가상요소로 불렛 코딩 추가하기  (0) 2019.01.03
시맨틱 태그  (0) 2019.01.02
박스사이즈 통일  (0) 2018.12.31
robots.txt 작성방법 특정로봇 차단/허용 하기  (0) 2018.12.30
호환성설정  (0) 2018.12.29

댓글