Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -2
index.html
CHANGED
@@ -38,8 +38,9 @@
|
|
38 |
text-align: center;
|
39 |
}
|
40 |
.footer {
|
41 |
-
background:
|
42 |
-
color:
|
|
|
43 |
text-align: center;
|
44 |
}
|
45 |
</style>
|
|
|
38 |
text-align: center;
|
39 |
}
|
40 |
.footer {
|
41 |
+
background: #333;
|
42 |
+
color: #ffcc00;
|
43 |
+
padding: 20px;
|
44 |
text-align: center;
|
45 |
}
|
46 |
</style>
|