File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 10
10
font-family : Arial, sans-serif;
11
11
margin : 0 ;
12
12
padding : 0 ;
13
- background-color : # f4f7fa ;
13
+ background-color : # 3498db ; /* Blue background */
14
+ color : white; /* White text */
14
15
}
15
16
16
17
header {
17
- background-color : # 2c3e50 ;
18
+ background-color : # 2980b9 ; /* Darker blue for the header */
18
19
color : white;
19
20
padding : 20px ;
20
21
text-align : center;
25
26
}
26
27
27
28
h1 , h2 {
28
- color : # 34495e ;
29
+ color : white; /* White for headings */
29
30
}
30
31
31
32
code {
32
33
background-color : # ecf0f1 ;
34
+ color : # 2c3e50 ;
33
35
padding : 5px ;
34
36
border-radius : 5px ;
35
37
}
48
50
49
51
footer {
50
52
text-align : center;
51
- background-color : # 2c3e50 ;
53
+ background-color : # 2980b9 ; /* Darker blue for the footer */
52
54
color : white;
53
55
padding : 10px ;
54
56
position : fixed;
You can’t perform that action at this time.
0 commit comments