Taylor658 commited on
Commit
e6b45f1
·
1 Parent(s): dee7e6e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +7 -7
index.html CHANGED
@@ -11,13 +11,13 @@
11
  padding: 0;
12
  background: #fff;
13
  }
14
- .header {
15
- background: #ffcc00;
16
- padding: 20px;
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) */
20
- }
21
  .header img {
22
  width: 125px;
23
  margin-right: 20px; /* Add some space between the image and the following content */
 
11
  padding: 0;
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 */
19
+ justify-content: flex-start; /* Align children to the start (left) */
20
+ }
21
  .header img {
22
  width: 125px;
23
  margin-right: 20px; /* Add some space between the image and the following content */