Skip to content

Commit 8b5da45

Browse files
committed
fix: semantic class
1 parent 5fd94c4 commit 8b5da45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

039-password strength background/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<title>Password Strength Background</title>
1414
</head>
1515
<body>
16-
<div class="background" id="background"></div>
16+
<div class="blurred-background" id="background"></div>
1717
<div class="bg-white rounded p-10 text-center shadow-md">
1818
<h1 class="text-3xl">Image Password Strength</h1>
1919
<p class="text-sm pt-1 text-gray-700">

039-password strength background/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body {
1212
margin: 0;
1313
}
1414

15-
.background {
15+
.blurred-background {
1616
background: url("https://images.unsplash.com/photo-1556745757-8d76bdb6984b")
1717
no-repeat center center/cover;
1818
position: absolute;

0 commit comments

Comments
 (0)