Spaces:
Running
Running
BraydenMoore
commited on
Commit
•
26537a8
1
Parent(s):
f74deb3
Formatting
Browse files- Templates/index.html +6 -2
Templates/index.html
CHANGED
@@ -93,8 +93,12 @@
|
|
93 |
.winner-image {
|
94 |
height: auto;
|
95 |
margin: 0;
|
96 |
-
transition:
|
|
|
|
|
|
|
97 |
}
|
|
|
98 |
.overlay {
|
99 |
position: absolute;
|
100 |
top: 0;
|
@@ -238,7 +242,7 @@
|
|
238 |
.emoji:hover{
|
239 |
color:#ffffff;
|
240 |
font-weight: bold;
|
241 |
-
transition: 0.3s;
|
242 |
}
|
243 |
</style>
|
244 |
|
|
|
93 |
.winner-image {
|
94 |
height: auto;
|
95 |
margin: 0;
|
96 |
+
transition: 0.3s ease;
|
97 |
+
}
|
98 |
+
.winner-image:hover {
|
99 |
+
height: 52px;
|
100 |
}
|
101 |
+
|
102 |
.overlay {
|
103 |
position: absolute;
|
104 |
top: 0;
|
|
|
242 |
.emoji:hover{
|
243 |
color:#ffffff;
|
244 |
font-weight: bold;
|
245 |
+
transition: 0.3s ease;
|
246 |
}
|
247 |
</style>
|
248 |
|