form1 [HTML] form input 💾 Editor: VSCode 고구마 감자 사과 : 큰 input 👉 input에 style 주기 html css input[type="text"] { padding: 10px; font-size: 20px; border: 2px solid black; border-radius: 5px; } input 태그로 하면 모든 input 태그에 스타일이 적용됨. 원하는 타입의 input 태그만 지정하여 스타일을 줄 수 있음 👉 실습 parctice.html contact us Your Email First name Last name Message Subscribe practice.css body { margin: 0px; } div { box-sizing: border-box; } .container { max.. 2023. 1. 6. 이전 1 다음