File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ Typeface toolbox
7
7
8
8
Color toolbox
9
9
OC- Open Color
10
+ https://yeun.github.io/open-color/
10
11
tailwindcss
11
12
FLAT UI COLORS 2
12
13
palleton.com
13
14
coolors
15
+ https://coolors.co/contrast-checker/112a46-acc8e5
14
16
Tint & Shade Generator
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ 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
+ /* MAIN COLOR: #087f5b */
10
+ /* TINT COLOR: #20c997 #12b886 #0ca678 #099268*/
11
+ /* GRAY COLOR: #343a40 */
12
+
9
13
* {
10
14
margin : 0 ;
11
15
padding : 0 ;
@@ -18,6 +22,8 @@ FONT SIZE SYSTEM (px)
18
22
body {
19
23
/* * Use 'Inter' first, if not possible use 'sans-serif' */
20
24
font-family : "Inter" , sans-serif;
25
+ color : # 343a40 ;
26
+ border-bottom : 8px solid # 087f5b ;
21
27
}
22
28
23
29
.container {
43
49
column-gap : 80px ;
44
50
}
45
51
52
+ .btn : link ,
53
+ .btn : visited {
54
+ background-color : # 087f5b ;
55
+ color : # fff ;
56
+ text-decoration : none;
57
+ text-transform : uppercase;
58
+ display : inline-block;
59
+ font-weight : 500 ;
60
+ }
61
+
62
+ .btn : hover ,
63
+ .btn : active {
64
+ background-color : # 0ca678 ;
65
+ }
66
+
67
+ .btn--big {
68
+ font-size : 18px ;
69
+ padding : 16px 32px ;
70
+ }
71
+ .btn--small {
72
+ font-size : 14px ;
73
+ padding : 8px 12px ;
74
+ }
75
+
46
76
/* ------------------------ */
47
77
/* COMPONENT STYLES */
48
78
/* ------------------------ */
@@ -153,4 +183,11 @@ footer {
153
183
margin-bottom : 48px ;
154
184
/* 12 / 14 / 16 */
155
185
font-size : 14px ;
186
+ color : # 495057 ;
187
+ }
188
+
189
+ .testimonial-section {
190
+ background-color : # 087f5b ;
191
+ color : # fff ;
192
+ padding : 24px ;
156
193
}
You can’t perform that action at this time.
0 commit comments