div 에 focus 효과 주기 > IT 기술백서

:focus-within 속성을 사용하면 된다.

 

[code language-html]

<style type=”text/css”>

.box:focus-within {

    border: thin solid black;

}

</style>

 

<div>aaaaa</div>

[/code]

댓글 달기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

위로 스크롤