:focus-within 속성을 사용하면 된다.
[code language-html]
<style type=”text/css”>
.box:focus-within {
border: thin solid black;
}
</style>
<div>aaaaa</div>
[/code]
:focus-within 속성을 사용하면 된다.
[code language-html]
<style type=”text/css”>
.box:focus-within {
border: thin solid black;
}
</style>
<div>aaaaa</div>
[/code]