수업노트
- Reset CSS
 
- Never Use Pure Black
 
- Class
 
- Display: flex
 
justify-content: space-between;
align-items: center; (line-height로 했었는데..<<쓰긴씀)(default: stretch)
flex-direction: column;
#2.9에서 flex 두번 적용한거
justift-content: space-around
가운데정렬..
display: flex; justify-content: center; align-items: center; (flex container이 가질 수 있는 속성)
align-self: flex-start;
align-self: flex-end;
참고
- cursor: pointer
 
- color: inherit (정말 간단한데 몰랐던거!)
 
- box-sizing: border-box
 
- Google Fonts
 
- position: fixed (sticky element)
 
width를 설정해줘야 한다. (다른것들과 분리돼서(absolute하게) 위치하기 때문의 자신만의 크기값을 갖는게 필요하다는듯. height는 내용에 따라 정해질거고)
- .class1.class2
 
- CSS 명명규칙 (참고)
 
(airbnb design system - ui module)
- 가운데정렬(이게뭐지?)
 
left: 0;
right: 0;
- box-shadow
 
- input: focus {outline: none;}
 
- subtle patterns
 
- min-height : 100vh;
 
- uigradients.com