-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
266 lines (221 loc) · 4.3 KB
/
styles.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
/*
Rough second draft, what is missing: cleanup, better ordering, and definitely some error checking...
To Do: Find a way to keep the basic width for all elements when the page is resized.
Unclear: Using wrap or not (esp. for the information boxes)
*/
* {
*border: 1px solid orange;
}
/* general specs */
body {
font-family: Roboto, sans-serif;
background-color: black;
display: flex;
flex-direction: column;
max-width: 1440px;
margin-left: 30px;
margin-right: 30px;
max-width: fit-content;
min-width: 480px;
}
/* header */
.header {
display: flex;
background-color: #1F2937;
justify-content: space-between;
align-items: center;
margin: 0px;
margin-top: -10px;
padding-bottom: 20px;
}
/* links upper right */
ul {
display: flex;
color: #E5E7EB;
font-size: 18px;
list-style: none;
margin-top: 10;
margin-right: 50px;
}
li {
margin-right: 50px;
}
/* hero part */
.hero {
margin: 0px;
display: flex;
background-color: #1F2937;
padding-bottom: 60px;
}
.heroleft {
width: 100%;
margin-left: 50px;
justify-content: flex-start;
}
.heroscnd {
color: #E5E7EB;
font-size: 18px;
}
.heroright {
display: flex;
width: 100%;
justify-content: space-around;
color: #E5E7EB;
font-size: 18px;
}
.logotxt {
margin-left: 50px;
color: #F9FAF8;
font-size: 24px;
font-weight: 900;
margin-top: 10px;
}
.heromaintxt {
margin-left: 50px
width: 70%;
color: #F9FAF8;
font-size: 48px;
font-weight: 900;
justify-content: flex-start;
margin-bottom: 0px;
}
.bluebutton {
color: #3882F6;
border-color: #3882F6;
}
.placeholder {
display: flex;
background-color: rgba(110, 112, 116, 0.918);
padding: 100px 70px;
margin: 10% 60px 140px;
}
/* "random information" part */
.info {
display: flex;
flex-direction: column;
flex-shrink: 1;
flex-grow: 0;
background-color: white;
align-items: center;
padding-top: 50px;
padding-bottom: 70px;
margin: 0px;
}
.infoboxes{
flex-wrap: wrap;
display: flex;
padding: 50px;
padding-top: 20px;
margin-top: 10px;
}
.textbox {
width: 250px;
display: flex;
flex-direction: column;
align-items: center;
margin: 0px;
}
.box {
border: 3px solid blue;
border-color: #3882F6;
margin: 0px;
padding: 80px;
border-radius: 15px;
border-width: 3px;
}
.boxtext {
color:#1F2937;
text-align: center;
margin-left: 40px;
margin-right: 40px;
margin-top: 10px;
}
.infoheadertxt, .quotetxt {
font-size: 36px;
font-weight: 900;
color: #1F2937;
}
/* quote section */
.quotetxt {
font-weight: 200;
font-style: italic;
}
/* font for the quote source (not given in template) */
.quotesourcetxt {
font-size: 26px;
font-weight: 700;
color: #1F2937;
text-align: right;
margin-top: 15px;
}
.quote {
margin: 50px;
display: flex;
flex-direction: column;
background-color: #E5E7EB;
margin: 0 0;
padding: 90px 100px;
}
/* call to action */
.callcontainer {
background-color: white;
padding: 20px;
padding-top: 50px;
}
.action {
display: flex;
flex-direction: row;
border-radius: 10px;
background-color: #3882F6;
margin: 50px 50px;
padding: 30px 80px;
}
.calltext {
display: flex;
flex-direction: column;
}
.calltext, .call, .subtext {
margin: 0;
color: white;
text-align: left;
}
.call {
font-size: 24px;
font-weight: 700;
}
.subtext {
font-size: 18px;
font-weight: 200;
}
.callbutton {
display: flex;
flex: 0 0 auto;
align-items: flex-end;
padding-left: 135px;
padding-right: 20px;
margin-right: 0px;
}
.signupbtn, .signupbtnwhite {
background-color:#3882F6;
color: #F9FAF8;
font-size: 16px;
font-weight: 900;
border: none;
border-radius: 7px;
align-items:flex-end;
justify-content: flex-end;
padding: 10px 40px;
}
.signupbtnwhite {
border: 2px solid white;
font-size: 16px;
}
/* footer */
.footer {
display: flex;
background-color: #1F2937;
justify-content: center;
align-items: center;
padding: 30px;
margin: 0;
}