Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
background: #fff;
|
13 |
}
|
14 |
.header {
|
15 |
-
background: linear-gradient(to right, #
|
16 |
padding: 20px;
|
17 |
display: flex; /* Use flexbox to layout the children horizontally */
|
18 |
align-items: center; /* Align children vertically in the center */
|
@@ -20,7 +20,7 @@
|
|
20 |
}
|
21 |
.header img {
|
22 |
width: 125px;
|
23 |
-
margin-right:
|
24 |
}
|
25 |
.nav {
|
26 |
background: #333;
|
|
|
12 |
background: #fff;
|
13 |
}
|
14 |
.header {
|
15 |
+
background: linear-gradient(to right, #ffec00, #ffcc00); /* Blend color from #ffec00 to #ffcc00 */
|
16 |
padding: 20px;
|
17 |
display: flex; /* Use flexbox to layout the children horizontally */
|
18 |
align-items: center; /* Align children vertically in the center */
|
|
|
20 |
}
|
21 |
.header img {
|
22 |
width: 125px;
|
23 |
+
margin-right: 25px; /* Add some space between the image and the following content */
|
24 |
}
|
25 |
.nav {
|
26 |
background: #333;
|