반응형
active
클릭을 할때 색깔이 바뀌게 하기
hover
마우스가 대상 위에 있을 때
focus
키보드로 있을 때 작용( hover 는 마우스가 있을 때)
visited
링크있을 때만 사용가능
링크를 누루고 나면 적용
복수개 적용
focus-within
Input들 중 하나가 focused가 되면 form의 모습을 바꾸는 것
form:hover input
form이 호버가 되었을때 input의 배경색이 sienna
form이 호버가 된 상태에서 input이 focused가 되는 것
반응형
'Frontend' 카테고리의 다른 글
CSS) Colors and Variables (0) | 2020.10.30 |
---|---|
CSS) pseudo selector -3 ( placeholder, selection, first-letter) (0) | 2020.10.30 |
CSS) Pseudo Selector-2 ( attribute selector) (0) | 2020.10.29 |
CSS) Combinator(부모, 형제, 자식 셀렉트) (0) | 2020.10.29 |
CSS) Pseudo Selector ( first-child, last-child, nth-child(n), 2n selector) (0) | 2020.10.29 |