속성 선택자

현성·2023년 11월 13일
0
<input type="text" value="속성 선택자">
<input type="password" value="1234">
<input type="text" value="ABCD" disabled>
[type] {
	color: red;
}

[disabled] {
	background-color: orange;
}

[type="password"] {
	background-color: blue;
}
profile
👈🏻 매일 꾸준히 성장하는 개발자 !

0개의 댓글