-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.css
73 lines (71 loc) · 1.41 KB
/
footer.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
70
71
72
73
footer{
background-color: rgb(217, 226, 228);
display: flex;
padding: 2rem ;
display: flex;
/* align-items: center; */
justify-content: space-evenly;
}
.footer-company-name{
font-family: annexxus;
font-size: 2.4rem;
color: gray;
/* padding-top: 0; */
/* margin-top: 0; */
}
.footer-company-address{
color: gray;
font-size: 1.5rem;
font-family: electra;
width: 15rem;
}
.footer-company-copyright{
font-size: 1.3rem;
font-family: electra;
}
.footer-social-media-links{
padding-top: 20px;
width: 10rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.lists > h3 {
font-family: Robotoslab;
font-size: 1.5rem;
color: gray;
}
.lists > p{
margin: 0;
/* color: gray; */
padding-top: 10px;
box-sizing: border-box;
font-family: electra;
font-size: 1.3rem;
}
.newsletter-email-input{
background-color: silver;
padding: 10px;
display: flex;
align-items: center;
justify-content: space-evenly;
}
.newsletter-email-input > input {
background: none;
border: none;
font-size: 1.2rem;
outline: none;
padding: 2px;
}
.newsletter-email-input > button{
background: none;
height: 100%;
border: none;
font-family: robotoslab;
font-size: 1.5rem;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
color: black;
}