22.02.22_2

juyoung park·2022년 2월 22일
0

웹개발

목록 보기
2/3

CSS

- <ㄷiv></ㄷiv> 개념 확실하게 이해하기.

  • 명찰을 달아주는 것과 그 명찰을 지칭하는 것
    <CLASS="">
    - 이미지 삽입할 때 같이 다니는 3줄
    background-image: url("image 링크주소");
    background-size: cover;
    background-position: center;

로그인 페이지

아이디, 패스워드를 입력해주세요
    <p> ID: <input type="text"/></p>
    <p> PW: <input type="text"/></p>
    <button class="mybutton">로그인하기</button>
</div>
profile
생각많은코린이

0개의 댓글