본문 바로가기
프로그래밍/Web

[Web] Javascript 없이 이벤트 효과를 주고 싶다면 pseudo

by JR2 2022. 5. 4.

아래 예시를 참고해보자.

 

See the Pen Untitled by Jirong (@jirongkim) on CodePen.

 

대표적인 예시로는 hover, focused, active가 있다.

 

더 많은 pseudo는 아래 링크에서 확인하면 된다.

https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes

 

Pseudo-classes - CSS: Cascading Style Sheets | MDN

A CSS pseudo-class is a keyword added to a selector that specifies a special state of the selected element(s). For example, :hover can be used to change a button's color when the user's pointer hovers over it.

developer.mozilla.org

댓글