Last active
April 16, 2019 06:26
-
-
Save justmarkup/62ef20cdfb50952f433379cfb82e9b1c to your computer and use it in GitHub Desktop.
:focus-within example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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