Skip to content

Instantly share code, notes, and snippets.

@justmarkup
Last active April 16, 2019 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justmarkup/62ef20cdfb50952f433379cfb82e9b1c to your computer and use it in GitHub Desktop.
Save justmarkup/62ef20cdfb50952f433379cfb82e9b1c to your computer and use it in GitHub Desktop.
:focus-within example
<form>
<label for="username">Username:</label>
<input id="username" type="text">
<label for="password">Password:</label>
<input id="password" type="password">
<input type="submit" value="Login">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment