Spaces:
Running
Running
chokiproai
commited on
Update index.html
Browse files- index.html +5 -0
index.html
CHANGED
@@ -69,6 +69,11 @@
|
|
69 |
bottom: 0;
|
70 |
width: 100%;
|
71 |
font-size: 1em;
|
|
|
|
|
|
|
|
|
|
|
72 |
}
|
73 |
|
74 |
</style>
|
|
|
69 |
bottom: 0;
|
70 |
width: 100%;
|
71 |
font-size: 1em;
|
72 |
+
transition: opacity 0.5s ease-in-out;
|
73 |
+
}
|
74 |
+
|
75 |
+
footer:hover {
|
76 |
+
opacity: 0.6;
|
77 |
}
|
78 |
|
79 |
</style>
|