-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
78 lines (77 loc) · 1.38 KB
/
style.css
File metadata and controls
78 lines (77 loc) · 1.38 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
@charset "utf-8";
/* CSS Document */
a:link{
color: #58563a;
}
a:visited{
color: #60684e;
}
#main{
margin-bottom: 40px;
margin-right: 50px;
margin-left: 50px;
padding-right: 30px;
padding-left: 30px;
}
.background{
background-color: #f0f7f7;
}
.title-color{
color: #70AD47;
}
#logo {
width:52px;
height:auto;
padding-left: 15px;
padding-right: 5px;
padding-top: 5px;
}
#title {
background-color: white;
text-align:left;
width: 100%;
height: auto;
font-family: 'Spinnaker', sans-serif;
}
#navigation {
border-style: outset;
border-width: thin;
line-height: 30px;
background-color: #FFFFFF;
text-align: center;
height: 5%;
width: 90%;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
font-family: 'Roboto Condensed', sans-serif;
font-style: italic;
font-size:14px;
font-weight: 600;
}
#section {
border-style: outset;
border-width: thin;
width:90%;
height: 85%;
background-color: #FFFFFF;
font-family: 'Roboto Condensed', sans-serif;
padding: 10px;
}
#paragraph{
font-size: 20px;
font-family: 'Roboto Condensed', sans-serif;
}
#footer {
border-style: outset;
border-width: thin;
margin-top: 15px;
padding-bottom: 10px;
background-color:#327E5A;
color:white;
clear:both;
text-align:center;
width:90%;
height: 10%;
font-family: 'Roboto Condensed', sans-serif;
}