[css] Html 과 CSS를 이용하여 Messenger Website를 만들면서 배운 것들

Html 과 CSS를 이용하여 Messenger Website를 만들면서 배운 것들

.gitignore


index.html


BEM(Block Element Modifier)


아이콘 구하는 법

참고사이트


리셋 CSS


not


form의 2가지 속성

1. action

2. method

예시

<form action="friends.html" method="get" id="login-form">
  <input name="username" type="text" placeholder="Email or phone number" />
  <input name="password" type="password" placeholder="Password" required />
  <input type="submit" value="Log In" />
  <a href="#">Find Kakao Account or Password</a>
</form>


box-sizing


Z-index