-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.css
More file actions
92 lines (79 loc) · 1.24 KB
/
faq.css
File metadata and controls
92 lines (79 loc) · 1.24 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
91
92
* {
box-sizing: border-box;
}
header {
width: 100%;
height: 200px;
background-color:#748faf;
padding: 30px;
text-align: center;
font-size: 35px;
color: rgb(240, 240, 240);
font-family: Impact;
}
a{
text-decoration: none;
color: white;
font-family: "Arial Narrow";
font-size: 25px;
}
/* Style the Home button */
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: 35px;
margin: 0;
padding: 0;
}
nav ul li {
margin: 0;
padding: 0;
display: inline-block;
text-align: center;
}
nav:hover{
background-color: #c2cede;
}
/* Style the footer */
footer {
background-color: #748faf;
text-align: center;
color: rgb(255, 255, 255);
width: 100%;
height: 60px;
font-family: "Arial Narrow";
font-size: 20px;
}
footer a{
color: whitesmoke;
}
footer a:hover {
color:#c2cede;
}
a.footer{
font-size:20px;
}
section:nth-last-of-type(2){
padding-bottom: 60px;
}
fieldset {
border: none;
padding: 0.25em 0;
border-bottom: 2px solid #b1d4f3;
}
#footer{
width: 100%;
height: 60px;
background-color:#748faf;
z-index: 10;
margin-top:50px;
position: relative;
clear: both;
}