Spaces:
Running
Running
Commit
•
6079687
1
Parent(s):
4625bc6
Hover brightness
Browse files- index.html +3 -0
index.html
CHANGED
@@ -52,6 +52,9 @@
|
|
52 |
overflow-y: hidden;
|
53 |
border-radius: 10px;
|
54 |
}
|
|
|
|
|
|
|
55 |
|
56 |
.grid-item a {
|
57 |
position: absolute;
|
|
|
52 |
overflow-y: hidden;
|
53 |
border-radius: 10px;
|
54 |
}
|
55 |
+
.grid-item:hover {
|
56 |
+
filter: brightness(75%);
|
57 |
+
}
|
58 |
|
59 |
.grid-item a {
|
60 |
position: absolute;
|