-
Notifications
You must be signed in to change notification settings - Fork 2
/
tool-container.css
75 lines (61 loc) · 1.32 KB
/
tool-container.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
@import 'css/html5reset.css' screen;
@import 'css/responsive.css' screen;
/*@import 'css/font-awesome.min.css' screen;*/
@import 'css/fonts.css' screen;
*, *:after, *:before {
box-sizing: border-box;
}
body {
/* background-image: radial-gradient(circle at 50% 0, #a61680, #6b004e);*/
font-family: 'open_sansregular', Arial, sans-serif;
font-weight: normal;
font-size: 1em;
}
/* Color palette */
:root {
--white: #ececec;
--berry: #a61680;
--french-blue: #4671a6;
--white-three: #ffffff;
--cool-blue: #5387c6;
--blueberry: #573d8f;
--dark-hot-pink: #e5007e;
--white-two: #dddddd;
--greyish-brown: #4a4a4a;
--warm-grey: #777;
--white-four: #f7f6f6;
}
/* TEXT STYLES */
h1, h2, h3, h4, h5, h6 {
font-family: 'open_sanslight', Arial, sans-serif;;
font-weight: normal;
}
p {
margin: 5px 0 10px;
font-family: open_sansregular;
font-size: 1rem;
line-height: 1.4;
color: #000000;
}
h1 {
margin-top: 30px;
font-family: varela_round_regular;
font-size: 2.2rem;
letter-spacing: -1.2px;
color: #a61680;
color: var(--berry);
}
h2 {
margin: 2px 0 8px;
font-size: 1.35rem;
line-height: 1.1;
letter-spacing: -0.1px;
}
/* SECTIONS */
main {
margin: 0px auto;
}
.full {
width: 100%;
height: 100vh;
}