This file contains 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
<nav> | |
<div class="theme-switch-wrapper"> | |
<label class="theme-switch" for="checkbox"> | |
<input type="checkbox" id="checkbox" /> | |
<div class="slider round"></div> | |
</label> | |
<em>Enable Dark Mode!</em> | |
</div> | |
</nav> | |
<section> |
This file contains 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
<div class="password-wrapper"> | |
<input id="password-field" type="password" class="input" placeholder="Test your password"name="password"> | |
<div class="icon-wrapper"> | |
<span toggle="#password-field" class="ion ion-eye field-icon toggle-password"></span> | |
</div> | |
<div class="strength-lines"> | |
<div class="line"></div> | |
<div class="line"></div> |