-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdepressionEnd.css
More file actions
90 lines (77 loc) · 1.23 KB
/
depressionEnd.css
File metadata and controls
90 lines (77 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
* {
box-sizing: border-box;
}
body {
font-family: Tahoma;
}
/* Style the header */
h1 {
width: 100%;
height: 100px;
background-color:#748faf;
padding: 30px;
text-align: center;
font-size: 35px;
color: rgb(240, 240, 240);
font-family: Impact;
}
h2 {
display: inline-block;
font-size: 35px;
font-family: Tahoma;
font-weight: bold;
color: #182130;
}
h3 {
font-size: 20px;
font-family: Tahoma;
font-weight: normal;
color: #0a0a0a;
}
nav {
width: 30%;
background: #748faf;
position: center;
margin: 0 35% 0 35%;
border-radius: 12px;
}
nav ul {
list-style-type: none;
text-align: center;
font-size: 25px;
margin: 20;
padding: 0;
}
nav ul li {
margin: 0;
padding: 0;
display: inline-block;
text-align: center;
}
nav:hover{
background-color: #c2cede;
}
nav a {
text-decoration:none;
color: #31456b;
}
/* Style the footer */
footer {
background-color: #748faf;
text-align: center;
color: rgb(255, 255, 255);
position: fixed;
bottom: 0;
width: 100%;
height: 60px;
font-family: "Arial Narrow";
font-size: 20px;
}
footer a{
color: whitesmoke;
text-decoration:none;
}
footer a:hover {
color:#c2cede;
text-decoration:none;
}