File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-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
+ GRAY: #343a40
12
+ */
13
+
9
14
* {
10
15
margin : 0 ;
11
16
padding : 0 ;
@@ -16,6 +21,8 @@ FONT SIZE SYSTEM (px)
16
21
/* GENERAL STYLES */
17
22
/* ------------------------ */
18
23
body {
24
+ border-bottom : 8px solid # 087f5b ;
25
+ color : # 343a40 ;
19
26
font-family : 'Inter' , sans-serif;
20
27
}
21
28
35
42
margin-bottom : 48px ;
36
43
}
37
44
45
+ .btn : link , .btn : visited {
46
+ background-color : # 087f5b ;
47
+ color : # fff ;
48
+ display : inline-block;
49
+ font-weight : 500 ;
50
+ text-decoration : none;
51
+ text-transform : uppercase;
52
+ }
53
+
54
+ .btn : hover , .btn : active {
55
+ background-color : # 099268 ;
56
+ }
57
+
58
+ .btn--big {
59
+ font-size : 18px ;
60
+ padding : 16px 32px ;
61
+ }
62
+
63
+ .btn--small {
64
+ font-size : 14px ;
65
+ padding : 8px 12px ;
66
+ }
67
+
38
68
.grid-3-cols {
39
69
display : grid;
40
70
grid-template-columns : repeat (3 , 1fr );
90
120
91
121
/* TESTIMONIAL */
92
122
.testimonial-section {
123
+ background-color : # 087f5b ;
124
+ color : # fff ;
125
+ padding : 24px ;
93
126
}
94
127
95
128
.testimonial-box {
145
178
}
146
179
147
180
footer {
181
+ color : # 495057 ;
148
182
font-size : 14px ;
149
183
margin-bottom : 48px ;
150
184
}
You can’t perform that action at this time.
0 commit comments