-
Notifications
You must be signed in to change notification settings - Fork 0
/
page.css
56 lines (47 loc) · 1.26 KB
/
page.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
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');
.websiter-footer {
background-color: #0d2436;
}
.websiter-footer-image {
width: 60px;
height: 60px;
border-radius: 50px;
}
.websiter-footer-name {
color: #cced00;
font-size: 20px;
font-family: "Roboto";
font-weight: 600;
}
.websiter-footer-role {
color: #9aa5b1;
font-size: 14px;
font-family: "Roboto";
font-weight: 400;
}
.websiter-footer-phone {
color: #cced00;
font-size: 20px;
font-family: "Roboto";
font-weight: 600;
}
.websiter-footer-phone-number {
color: #9aa5b1;
font-size: 14px;
font-family: "Roboto";
font-weight: 400;
}
.footer-bottom-text {
color: #9aa5b1;
font-size: 14px;
font-family: "Roboto";
font-weight: 400;
}
.footer-bottom {
background-color: #001c32;
width: 100%;
}
.icon {
color: #5a7184;
font-size: 14px;
}