Skip to content

Commit 9589a73

Browse files
authored
Add files via upload
1 parent d349a75 commit 9589a73

1 file changed

Lines changed: 27 additions & 8 deletions

File tree

style.css

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ body {
3636
.border0 {
3737
border: 2px solid transparent;
3838
}
39+
3940
.border0:hover {
40-
border: 1px solid white;
41-
padding: none;
41+
cursor: pointer;
4242
}
4343

4444
/* box 2 */
@@ -566,12 +566,15 @@ footer h5 {
566566
text-decoration: underline;
567567
}
568568

569-
@media (max-width: 600px) {
569+
@media (max-width: 768px) {
570+
570571
HTML,
571572
body {
572573
height: 100%;
574+
width: 100%;
573575
overflow-x: hidden !important;
574-
background-color: #dddada !important;
576+
/* background-color: #dddada !important; */
577+
background-color: aliceblue !important;
575578
overflow-y: scroll !important;
576579
}
577580
/*--------------------navbar------------------- */
@@ -624,21 +627,23 @@ footer h5 {
624627
#hero_image5_res {
625628
height: 140px !important;
626629
}
627-
.card-box-product {
630+
631+
/* .card-box-product {
628632
display: flex;
629633
flex-direction: row;
630634
flex-wrap: wrap;
631635
border: border-box;
632636
margin: 10px;
633-
}
637+
} */
638+
634639
.shop-section .box {
635640
display: flex;
636641
flex-direction: row;
637642
flex-wrap: wrap;
638643
}
639644

640645
#sep {
641-
height: 200px;
646+
height: 250px;
642647
}
643648

644649
/* -----------card-------------- */
@@ -666,6 +671,15 @@ footer h5 {
666671
width: 63px;
667672
}
668673

674+
.box1 p{
675+
/* color:red; */
676+
margin-top: 6px;
677+
}
678+
679+
.box2 p{
680+
margin-top: 2px;
681+
}
682+
669683
.shop-section .box {
670684
margin: 1px;
671685
margin-top: -245px;
@@ -688,7 +702,7 @@ footer h5 {
688702
.today_deals_container {
689703
height: 288px;
690704
width: 100%;
691-
margin-top: -10px;
705+
/* margin-top: -10px; */
692706
margin-left: auto;
693707
z-index: 100;
694708
}
@@ -798,4 +812,9 @@ footer h5 {
798812
height: 80px;
799813
padding: 40px 12px;
800814
}
815+
816+
.hero-section{
817+
width: 100%;
818+
}
819+
801820
}

0 commit comments

Comments
 (0)