Spaces:
Paused
Paused
change background color
Browse files- header.html +1 -1
header.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<style>
|
5 |
body {
|
6 |
font-family: Arial, sans-serif;
|
7 |
-
background: linear-gradient(45deg,
|
8 |
color: white;
|
9 |
text-align: center;
|
10 |
padding: 20px;
|
|
|
4 |
<style>
|
5 |
body {
|
6 |
font-family: Arial, sans-serif;
|
7 |
+
background: linear-gradient(45deg, hsl(211, 25%, 27%) 0%, #0056b3 100%);
|
8 |
color: white;
|
9 |
text-align: center;
|
10 |
padding: 20px;
|