Commit
·
a2eeb49
1
Parent(s):
e19cdd1
Update templates/index.html
Browse files- templates/index.html +6 -4
templates/index.html
CHANGED
|
@@ -116,10 +116,12 @@
|
|
| 116 |
margin-right: 30px;
|
| 117 |
transition 0.3s ease;
|
| 118 |
}
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
|
|
|
|
|
|
| 123 |
a:hover {
|
| 124 |
background-color: yellow;
|
| 125 |
color: black;
|
|
|
|
| 116 |
margin-right: 30px;
|
| 117 |
transition 0.3s ease;
|
| 118 |
}
|
| 119 |
+
#info {
|
| 120 |
+
transition 0.5s ease;
|
| 121 |
+
}
|
| 122 |
+
.hoverButton {
|
| 123 |
+
border-radius: 10px;
|
| 124 |
+
}
|
| 125 |
a:hover {
|
| 126 |
background-color: yellow;
|
| 127 |
color: black;
|