Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
@@ -12,8 +12,8 @@
|
|
12 |
background: #fff;
|
13 |
}
|
14 |
.header {
|
15 |
-
background: linear-gradient(to right, #
|
16 |
-
padding:
|
17 |
display: flex; /* Use flexbox to layout the children horizontally */
|
18 |
align-items: center; /* Align children vertically in the center */
|
19 |
justify-content: flex-start; /* Align children to the start (left) */
|
@@ -40,7 +40,7 @@
|
|
40 |
.footer {
|
41 |
background: #333;
|
42 |
color: #fff;
|
43 |
-
padding:
|
44 |
text-align: center;
|
45 |
}
|
46 |
</style>
|
|
|
12 |
background: #fff;
|
13 |
}
|
14 |
.header {
|
15 |
+
background: linear-gradient(to right, #fftc00, #ffcc00); /* Blend color from #fftc00 to #ffcc00 */
|
16 |
+
padding: 10px;
|
17 |
display: flex; /* Use flexbox to layout the children horizontally */
|
18 |
align-items: center; /* Align children vertically in the center */
|
19 |
justify-content: flex-start; /* Align children to the start (left) */
|
|
|
40 |
.footer {
|
41 |
background: #333;
|
42 |
color: #fff;
|
43 |
+
padding: 10px;
|
44 |
text-align: center;
|
45 |
}
|
46 |
</style>
|