Skip to content

Instantly share code, notes, and snippets.

View dismal002's full-sized avatar

Dismal dismal002

  • 12:50 (UTC -06:00)
View GitHub Profile
@dismal002
dismal002 / index.html
Created May 27, 2021 23:43
password strength validation with visibility toggle
<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>
@dismal002
dismal002 / index.html
Created September 22, 2022 16:13
mdLMNvM
<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>