Taylor658 commited on
Commit
cd586c1
·
1 Parent(s): edee307

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -2
index.html CHANGED
@@ -38,8 +38,9 @@
38
  text-align: center;
39
  }
40
  .footer {
41
- background: linear-gradient(to right, #ffff, #fff); /* Blend color from #ffff to #fff */background: #333;
42
- color: ##ffcc00; padding: 10px;
 
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>