-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle-FOOTER1.css
127 lines (108 loc) · 2.22 KB
/
style-FOOTER1.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
body {
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
a {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
a,
a:hover {
text-decoration: none !important;
}
.content {
height: 70vh;
}
.footer-39201 {
padding: 2rem 0;
color: #9d9d9d;
}
.footer-39201 .subscribe {
position: relative;
}
.footer-39201 .subscribe .form-control {
background-color: #e6e6e6;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 30px;
height: 50px;
padding-left: 30px;
padding-right: 130px;
border: none;
color: #000;
}
.footer-39201 .subscribe .form-control::-webkit-input-placeholder {
color: #b3b3b3;
font-style: italic;
font-size: 14px;
}
.footer-39201 .subscribe .form-control::-moz-placeholder {
color: #b3b3b3;
font-style: italic;
font-size: 14px;
}
.footer-39201 .subscribe .form-control:-ms-input-placeholder {
color: #b3b3b3;
font-style: italic;
font-size: 14px;
}
.footer-39201 .subscribe .form-control:-moz-placeholder {
color: #b3b3b3;
font-style: italic;
font-size: 14px;
}
.footer-39201 .subscribe .btn-submit {
background: #614ad3;
height: 40px;
border-radius: 30px;
padding-left: 30px;
padding-right: 30px;
color: #fff;
font-weight: bold;
position: absolute;
top: 5px;
right: 5px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.footer-39201 h3 {
font-size: 16px;
font-weight: 900;
color: #000;
margin-bottom: 20px;
}
.footer-39201 .nav-links li {
display: block;
margin-bottom: 10px;
}
.footer-39201 .nav-links li a {
color: #9d9d9d;
}
.footer-39201 .nav-links li a:hover {
color: #614ad3;
}
.footer-39201 .social li {
display: inline-block;
}
.footer-39201 .social li a {
display: inline-block;
padding: 10px;
color: #9d9d9d;
}
.footer-39201 .social li a:hover {
color: #614ad3;
}