Ad Space - Top Banner (728x90)

Fortress Security Password

0 viewsmedium
Background:
Fortress Security
DEFENSE LEVEL
WEAK
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="fortress_security_password_input">
  <div class="input-container">
    <div class="input-background"></div>
    <svg class="lock-icon" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor">
      <rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect>
      <path d="M7 11V7a5 5 0 0 1 10 0v4"></path>
    </svg>
    <input type="password" class="styled-input" placeholder="Fortress Security Password..." />
    <button class="toggle-visibility" type="button">
      <svg class="eye-icon" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor">
        <path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"></path>
        <circle cx="12" cy="12" r="3"></circle>
      </svg>
    </button>
  </div>
</div>
Was this helpful?