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
* ::before ,
11
16
* ::after {
@@ -19,6 +24,8 @@ FONT SIZE SYSTEM (px)
19
24
/* ------------------------ */
20
25
body {
21
26
font-family : 'Inter' , sans-serif;
27
+ color : # 343a40 ;
28
+ border-bottom : 8px solid # 087f5b ;
22
29
}
23
30
24
31
.container {
44
51
column-gap : 80px ;
45
52
}
46
53
54
+ .btn : link ,
55
+ .btn : visited {
56
+ background-color : # 087f5b ;
57
+ color : # fff ;
58
+ text-decoration : none;
59
+ text-transform : uppercase;
60
+ display : inline-block;
61
+ font-weight : 500 ;
62
+ }
63
+
64
+ .btn : hover ,
65
+ .btn : active {
66
+ background-color : # 099268 ;
67
+ }
68
+
69
+ .btn--small {
70
+ font-size : 14px ;
71
+ padding : 8px 12px ;
72
+ }
73
+
74
+ .btn--big {
75
+ font-size : 18px ;
76
+ padding : 16px 32px ;
77
+ }
78
+
47
79
/* ------------------------ */
48
80
/* COMPONENT STYLES */
49
81
/* ------------------------ */
93
125
94
126
/* TESTIMONIAL */
95
127
.testimonial-section {
128
+ background-color : # 087f5b ;
129
+ color : # fff ;
130
+ padding : 24px ;
96
131
}
97
132
98
133
.testimonial-box {
150
185
footer {
151
186
margin-bottom : 48px ;
152
187
font-size : 14px ;
188
+ color : # 495057 ;
153
189
}
You can’t perform that action at this time.
0 commit comments