File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ FONT SIZE SYSTEM (px)
6
6
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98
7
7
*/
8
8
9
+ /*
10
+ MAIN COLOR: #087f5b
11
+ GREY COLOR: #343a40
12
+ */
13
+
9
14
* {
10
15
margin : 0 ;
11
16
padding : 0 ;
@@ -17,6 +22,8 @@ FONT SIZE SYSTEM (px)
17
22
/* ------------------------ */
18
23
body {
19
24
font-family : "Inter" , sans-serif;
25
+ color : # 343a40 ;
26
+ border-bottom : 8px solid # 087f5b ;
20
27
}
21
28
22
29
.container {
42
49
column-gap : 80px ;
43
50
}
44
51
52
+ .btn : link ,
53
+ .btn : visited {
54
+ background-color : # 087f5b ;
55
+ color : # fff ;
56
+ text-decoration : none;
57
+ text-transform : uppercase;
58
+ font-weight : 500 ;
59
+ display : inline-block;
60
+ }
61
+
62
+ .btn : hover ,
63
+ .btn : active {
64
+ background-color : # 099268 ;
65
+ }
66
+
67
+ .btn--big {
68
+ font-size : 18px ;
69
+ padding : 16px 32px ;
70
+ }
71
+
72
+ .btn--small {
73
+ font-size : 14px ;
74
+ padding : 8px 12px ;
75
+ }
76
+
45
77
/* ------------------------ */
46
78
/* COMPONENT STYLES */
47
79
/* ------------------------ */
92
124
93
125
/* TESTIMONIAL */
94
126
.testimonial-section {
127
+ background-color : # 087f5b ;
128
+ color : # fff ;
129
+ padding : 24px ;
95
130
}
96
131
97
132
.testimonial-box {
150
185
footer {
151
186
margin-bottom : 48px ;
152
187
font-size : 14px ;
188
+ color : # 868e96 ;
153
189
}
You can’t perform that action at this time.
0 commit comments