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 {
41
48
column-gap : 80px ;
42
49
}
43
50
51
+ .btn : link ,
52
+ .btn : visited {
53
+ background-color : # 087f5b ;
54
+ color : # fff ;
55
+ text-decoration : none;
56
+ text-transform : uppercase;
57
+ font-weight : 500 ;
58
+ display : inline-block;
59
+ }
60
+
61
+ .btn : hover ,
62
+ .btn : active {
63
+ background-color : # 099268 ;
64
+ }
65
+
66
+ .btn--big {
67
+ font-size : 18px ;
68
+ padding : 16px 32px ;
69
+ }
70
+
71
+ .btn--small {
72
+ font-size : 14px ;
73
+ padding : 8px 12px ;
74
+ }
75
+
44
76
/* ------------------------ */
45
77
/* COMPONENT STYLES */
46
78
/* ------------------------ */
90
122
91
123
/* TESTIMONIAL */
92
124
.testimonial-section {
125
+ background-color : # 087f5b ;
126
+ color : # fff ;
127
+ padding : 24px ;
93
128
}
94
129
95
130
.testimonial-box {
147
182
footer {
148
183
margin-bottom : 48px ;
149
184
font-size : 14px ;
185
+ color : # 495057 ;
150
186
}
You can’t perform that action at this time.
0 commit comments