updated the description

This commit is contained in:
Chris DeMars
2018-10-23 19:38:37 -04:00
parent 01dee3b890
commit 4446506f22

View File

@ -1,6 +1,6 @@
### Focus Within
The psuedo class `:focus-within` gives focus to a parent element like a `form` element when `input` elements receive focus.
The psuedo class `:focus-within` applies styles to a parent element if any child element gets focused. For example, an `input` element inside a `form` element.
#### HTML