Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/bradtraversy/50projects50days/password-strength-background/

index.html /cody/bradtraversy/50projects50days/password-strength-background/index.html
398 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
script.js /cody/bradtraversy/50projects50days/password-strength-background/script.js
147 Views
0 Comments
const password = document.getElementById('password')
const background = document.getElementById('background')

password.addEvent
style.css /cody/bradtraversy/50projects50days/password-strength-background/style.css
120 Views
0 Comments
* {
box-sizing: border-box;
}

body {
display: flex;
flex-direction: column;
align-items: center;