Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove superflous and wrong selectors
* textarea selector was used multiple times, even though there is no <textarea> in the HTML. div + div selector was changed to p + p, as all input and label elements are nested inside p elements, and not divs in the example.
- Loading branch information