@@ -237,15 +237,15 @@ img {
237
237
margin-bottom : 2.5rem ;
238
238
}
239
239
240
- .home__button {
240
+ .button {
241
241
display : inline-block;
242
242
background-color : var (--first-color-dark );
243
243
color : var (--white-color );
244
244
padding : 1.125rem 2rem ;
245
245
border-radius : .5rem ;
246
246
}
247
247
248
- .home__button : hover {
248
+ .button : hover {
249
249
background-color : var (--first-color-darken );
250
250
}
251
251
@@ -282,12 +282,13 @@ img {
282
282
.about__text {
283
283
margin-bottom : var (--mb-4 );
284
284
color : var (--first-color );
285
+ color : var (--text-color );
285
286
}
286
287
287
288
.about__profession {
288
289
display : block;
289
290
margin-bottom : var (--mb-4 );
290
- color : var (--first -color );
291
+ color : var (--text -color );
291
292
}
292
293
293
294
.about__social-icon {
@@ -301,6 +302,62 @@ img {
301
302
}
302
303
303
304
305
+ /* ===== JOIN US====== */
306
+ .join__container {
307
+ display : flex;
308
+ align-items : center;
309
+ justify-content : center;
310
+ }
311
+
312
+ .join__content {
313
+ background-color : var (--white-color );
314
+ border-radius : 10px ;
315
+ box-shadow : 0 50px 50px rgba (0 , 0 , 0 , 0.2 );
316
+ display : flex;
317
+ max-width : 100% ;
318
+ margin : 20px ;
319
+ overflow : hidden;
320
+ width : 1000px ;
321
+ height : 400px ;
322
+ }
323
+
324
+ .course h2 {
325
+ letter-spacing : 1px ;
326
+ margin : 10px 0 ;
327
+ font-size : 9.6em ;
328
+ }
329
+
330
+ li {
331
+ font-size : 1.1rem ;
332
+ margin-top : 20px ;
333
+ color : var (--text-color );
334
+ }
335
+
336
+ .course__preview {
337
+ background-color : var (--first-color );
338
+ color : var (--white-color );
339
+ padding : 100px ;
340
+ max-width : 350px ;
341
+ }
342
+
343
+ .course__preview a {
344
+ display : inline-block;
345
+ background-color : var (--first-color-dark );
346
+ color : var (--white-color );
347
+ margin-top : 45px ;
348
+ padding : 1.125rem ;
349
+ border-radius : .5rem ;
350
+ }
351
+
352
+ .course__info {
353
+ position : relative;
354
+ width : 100% ;
355
+ padding : 30px ;
356
+ margin-top : 40px ;
357
+ text-align : center;
358
+ }
359
+
360
+
304
361
/* ===== MEDIA QUERIES =====*/
305
362
306
363
@media screen and (min-width : 768px ) {
0 commit comments