HTML๐จ/html&css ํผ์์
input type text ์ถ๊ฐ์์ ์ปค์คํ
hyojinny
2023. 9. 17. 00:18
<input type="password" class="form__input password" placeholder="๋น๋ฐ๋ฒํธ">
์ปค์คํ ์ ํ์ํ css
input {
width: 100%;
height: 52px;
padding: 14px 16px;
border-radius: 8px;
border: 1px solid var(--reed-gray100);
}
input:focus {
outline: 1px solid var(--reed-gray300);
}
input::placeholder {
color: var(--reed-gray300);
}
input:focus > ์ธํ ๋ฐ์ค๋ฅผ ํด๋ฆญํ๊ณ ๋๋ฉด ๋์ค๋ ์์๋ผ์ธ ํจ๊ณผ
input::placeholder > ํด๋ฆญ์ ๋์ค๋ ๊ธฐ๋ณธ ๋ฌธ๊ตฌ color ๋ณ๊ฒฝ