Skip to content

Commit 26b74ba

Browse files
Update index.html
Added blue background to give a little monochrome look.
1 parent 908ea2f commit 26b74ba

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

index.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010
font-family: Arial, sans-serif;
1111
margin: 0;
1212
padding: 0;
13-
background-color: #f4f7fa;
13+
background-color: #3498db; /* Blue background */
14+
color: white; /* White text */
1415
}
1516

1617
header {
17-
background-color: #2c3e50;
18+
background-color: #2980b9; /* Darker blue for the header */
1819
color: white;
1920
padding: 20px;
2021
text-align: center;
@@ -25,11 +26,12 @@
2526
}
2627

2728
h1, h2 {
28-
color: #34495e;
29+
color: white; /* White for headings */
2930
}
3031

3132
code {
3233
background-color: #ecf0f1;
34+
color: #2c3e50;
3335
padding: 5px;
3436
border-radius: 5px;
3537
}
@@ -48,7 +50,7 @@
4850

4951
footer {
5052
text-align: center;
51-
background-color: #2c3e50;
53+
background-color: #2980b9; /* Darker blue for the footer */
5254
color: white;
5355
padding: 10px;
5456
position: fixed;

0 commit comments

Comments
 (0)