File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 24
24
/* font-family: sans-serif; */
25
25
font-family : 'Poppins' , sans-serif;
26
26
color : # 343a40 ;
27
+ border-bottom : 5px solid # 087f5b ;
27
28
}
28
29
29
30
.container {
55
56
text-decoration : none;
56
57
text-transform : uppercase;
57
58
58
- padding : 16px 32px ;
59
59
display : inline-block;
60
60
font-weight : 500 ;
61
- font-size : 18px ;
62
61
}
63
62
64
63
.btn : hover ,
65
64
.btn : active {
66
65
background-color : # 099268 ;
67
66
}
67
+
68
+ .btn--big {
69
+ padding : 16px 32px ;
70
+ font-size : 18px ;
71
+ }
72
+
73
+ .btn--small {
74
+ font-size : 14px ;
75
+ padding : 8px 12px ;
76
+ }
77
+
68
78
/* ------------------------ */
69
79
/* COMPONENT STYLES */
70
80
/* ------------------------ */
@@ -116,6 +126,9 @@ img {
116
126
117
127
/* TESTIMONIAL */
118
128
.testimonial-section {
129
+ background-color : # 087f5b ;
130
+ color : white;
131
+ padding : 24px ;
119
132
}
120
133
121
134
.testimonial-box {
174
187
footer {
175
188
margin-bottom : 48px ;
176
189
font-size : 14px ;
190
+ color : # 868e96 ;
177
191
}
You can’t perform that action at this time.
0 commit comments