Spaces:
Running
Running
Commit
·
0fb642d
1
Parent(s):
c1ea8fa
Update templates/index.html
Browse files- templates/index.html +7 -3
templates/index.html
CHANGED
@@ -123,6 +123,10 @@
|
|
123 |
#info {
|
124 |
transition 0.5s ease;
|
125 |
}
|
|
|
|
|
|
|
|
|
126 |
a:hover {
|
127 |
background-color: yellow;
|
128 |
color: black;
|
@@ -135,9 +139,9 @@
|
|
135 |
color:rgb(53, 53, 53);
|
136 |
transition: 0.5s ease;
|
137 |
}
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
.tag {
|
142 |
font-family: 'Helvetica';
|
143 |
font-weight: 50;
|
|
|
123 |
#info {
|
124 |
transition 0.5s ease;
|
125 |
}
|
126 |
+
#info-text {
|
127 |
+
margin-top: 20px;
|
128 |
+
margin-bottom: 20px;
|
129 |
+
}
|
130 |
a:hover {
|
131 |
background-color: yellow;
|
132 |
color: black;
|
|
|
139 |
color:rgb(53, 53, 53);
|
140 |
transition: 0.5s ease;
|
141 |
}
|
142 |
+
.hoverButton {
|
143 |
+
color: rgb(53,53,53);
|
144 |
+
}
|
145 |
.tag {
|
146 |
font-family: 'Helvetica';
|
147 |
font-weight: 50;
|