-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss_dict.css
69 lines (57 loc) · 1006 Bytes
/
css_dict.css
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
h3{
font-family: serif;
}
.brandtitle{
color: white;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 40px;
font-weight: normal;
}
.footerfont{
color: white;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 30px;
.footer{
position: fixed;
left: 0;
bottom: 0;
width: 100%;
}
}
.nav{
color: white;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 18px;
font-weight:normal;
}
.about{
font-size: 20px;
text-align: center;
}
.img {
display: block;
margin-left: auto;
margin-right: auto;
width: 35;
}
.toplink{
font-size: 25px;
text-align: end;
}
hr{
border-color: black;
border-top: 1px;
}
.contact{
border-color: white;
font-size: 20px;
}
.address{
color: white;
font-size: 15px;
text-align: end;
font-family:Georgia, 'Times New Roman', Times, serif;
}
.container{
background-color:white;
}