Taylor658 commited on
Commit
5d279f6
·
1 Parent(s): acf03c2

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -13,7 +13,7 @@
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) */
 
13
  }
14
  .header {
15
  background: linear-gradient(to right, #fftc00, #ffcc00); /* Blend color from #fftc00 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) */