본문 바로가기

Knowledge Wiki/HTML&CSS

[ HTML/CSS ] <input> type별 CSS 스타일링

1. input의 type별로 CSS 스타일링 가능

input[type=email] {
	// CSS
}
반응형