Skip to content

Instantly share code, notes, and snippets.

@bartcis
Created May 12, 2019 09:07
Show Gist options
  • Save bartcis/faf4369bba034cb2d7925f2113c21ece to your computer and use it in GitHub Desktop.
Save bartcis/faf4369bba034cb2d7925f2113c21ece to your computer and use it in GitHub Desktop.
CSS pseudo-classes and combinators
.form__field__input:focus + .form__field__label,
.form__field__input:valid + .form__field__label,
.form__field__input:invalid + .form__field__label {
top: -.5rem;
font-size: .6rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment