Spaces:
Running
Running
Commit
·
2590912
1
Parent(s):
c7c01be
Update templates/index.html
Browse files- templates/index.html +3 -0
templates/index.html
CHANGED
@@ -115,6 +115,9 @@
|
|
115 |
margin-right: 30px;
|
116 |
transition 0.3s ease;
|
117 |
}
|
|
|
|
|
|
|
118 |
|
119 |
a:hover {
|
120 |
background-color: yellow;
|
|
|
115 |
margin-right: 30px;
|
116 |
transition 0.3s ease;
|
117 |
}
|
118 |
+
#info {
|
119 |
+
transition 0.3s ease;
|
120 |
+
}
|
121 |
|
122 |
a:hover {
|
123 |
background-color: yellow;
|