File tree Expand file tree Collapse file tree 2 files changed +52
-3
lines changed Expand file tree Collapse file tree 2 files changed +52
-3
lines changed Original file line number Diff line number Diff line change 15
15
crossorigin ="anonymous "
16
16
> </ script >
17
17
</ head >
18
+
18
19
< body class ="poppins-regular " style ="cursor: url(images/arrow.cur), auto ">
19
20
< header >
20
21
<!-- Navbar -->
@@ -27,12 +28,12 @@ <h3>Shutter Shop</h3>
27
28
< p > Sign Up</ p >
28
29
< p > Login</ p >
29
30
< i class ="fa-solid fa-magnifying-glass " id ="search-icon "> </ i >
30
- < i class ="fa-brands fa-opencart " id =" cart-icon " > </ i >
31
+ < i class ="fa-brands fa-opencart "> </ i >
31
32
</ div >
32
33
</ nav >
33
34
34
35
<!-- Banner Section -->
35
- < div class ="container banner hide ">
36
+ < div class ="container banner ">
36
37
< div class ="text-content ">
37
38
< h1 > Start your Journey as Influencer</ h1 >
38
39
< p >
Original file line number Diff line number Diff line change @@ -335,6 +335,7 @@ footer .social i {
335
335
336
336
/* Media Queries */
337
337
@media screen and (max-width : 576px ) {
338
+ /* Navbar */
338
339
# navbar-icon {
339
340
display : inline;
340
341
}
@@ -348,7 +349,54 @@ footer .social i {
348
349
}
349
350
350
351
.nav-bar {
352
+ padding-top : 2rem ;
351
353
border : 2px solid red;
352
- padding-top : 2.1rem ;
354
+ }
355
+
356
+ /* Banner section */
357
+ .container {
358
+ padding-top : 2rem ;
359
+ }
360
+
361
+ .banner {
362
+ flex-direction : column-reverse;
363
+ gap : 0 ;
364
+ }
365
+
366
+ .image-container {
367
+ width : 100% ;
368
+ }
369
+
370
+ .background-image {
371
+ width : 100% ;
372
+ }
373
+
374
+ .overlay-image {
375
+ width : 100% ;
376
+ left : 0 ;
377
+ top : 40px ;
378
+ }
379
+
380
+ .banner .text-content {
381
+ width : 100% ;
382
+ justify-content : center;
383
+ }
384
+
385
+ .banner .text-content h1 {
386
+ font-size : 1.75rem ;
387
+ line-height : 2.5rem ;
388
+ text-align : center;
389
+ }
390
+
391
+ .banner .text-content p {
392
+ width : 100% ;
393
+ text-align : center;
394
+ font-size : 0.875rem ;
395
+ font-weight : 500 ;
396
+ }
397
+
398
+ .banner button {
399
+ width : 60% ;
400
+ margin : 0 auto;
353
401
}
354
402
}
You can’t perform that action at this time.
0 commit comments