Skip to content

Commit

Permalink
day3
Browse files Browse the repository at this point in the history
  • Loading branch information
WDwithSuraj committed Jan 20, 2023
1 parent 4a2745c commit ae4c0dd
Show file tree
Hide file tree
Showing 9 changed files with 475 additions and 83 deletions.
106 changes: 104 additions & 2 deletions css/product.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,106 @@
.prodcutOrderContainer{
display: flex;
justify-content: space-evenly;
width: 80%;
margin: auto;
margin-top: 50px;
}
.productImageArea{
padding: 20px;

}

.product-image{
width: 350px;
.productImageArea img{
width: 400px;
height: 500px;
border: 1px solid grey;
}
.btuttons{
display: flex;
}
.btuttons button{
height: 50px;
width: 185px;
font-size: 1rem;
font-weight: 700;
padding: 10px;
margin: 7px;
}
.atcBtn button{
background-color: white;
color: black;
border: 1px solid black;
border-radius: 5px;
}
.buyNowBtn button{
background-color: #f43397;
color: white;
border: none;
border-radius: 5px;
}

.productDetailsArea {
padding: 25px;
margin-top: 25px;
width: 60%;
}
.productDetailsArea h3,p,h1,span{
margin: 0;
padding: 0;
}
.aboutDetails,.sizeDetails ,.productDetails{
border: 1px solid grey;
padding: 25px;
margin-bottom: 5px;
}





/* foooter part */
.footerContainer{
display: flex;

margin: auto;justify-content: space-between;
margin-top: 50px;

box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
padding: 20px;
}
.footerContainer p{
color: var(--textColor);
margin: 0;
padding: 0;
font-size: 18px;
}

.detailsAppDownloadContainer{
display: flex;
margin-top: 20px;
}
.detailsAppDownloadContainer img{
width: 200px;
padding-right: 10px;
}
.socialMediaPoster{
display: flex;
align-items: center;
}

.socialMediaPoster img{
width: 30px;
padding-right: 5px;
}

.detailsContainer5 p{
font-size: 13px;
}

.detailsContainer2,.detailsContainer3{
margin-top: 25px;
}
.detailsContainer2,.detailsContainer3 p{
font-weight: 500 ;
padding: 5px;
}
56 changes: 53 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -582,14 +582,64 @@ span,
margin: auto;
justify-content: space-between;
margin-top: 100px;

}
.leftFuncnalityContainer {
border: 0.5px solid black;
padding: 25px;
padding: 5px;
}
.sortContainer option{
font-size: 20px;
}

.productscard-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}


/* foooter part */
.footerContainer{
display: flex;

margin: auto;justify-content: space-between;
margin-top: 50px;

box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
padding: 20px;
}
.footerContainer p{
color: var(--textColor);
margin: 0;
padding: 0;
font-size: 18px;
}

.detailsAppDownloadContainer{
display: flex;
margin-top: 20px;
}
.detailsAppDownloadContainer img{
width: 200px;
padding-right: 10px;
}
.socialMediaPoster{
display: flex;
align-items: center;
}

.socialMediaPoster img{
width: 30px;
padding-right: 5px;
}

.detailsContainer5 p{
font-size: 13px;
}

.detailsContainer2,.detailsContainer3{
margin-top: 25px;
}
.detailsContainer2,.detailsContainer3 p{
font-weight: 500 ;
padding: 5px;
}
48 changes: 48 additions & 0 deletions css/viewall.css
Original file line number Diff line number Diff line change
Expand Up @@ -440,3 +440,51 @@ cursor: pointer;
grid-template-columns: repeat(1, 1fr);
}
}


/* foooter part */
.footerContainer{
display: flex;

margin: auto;justify-content: space-between;
margin-top: 50px;

box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
padding: 20px;
}
.footerContainer p{
color: var(--textColor);
margin: 0;
padding: 0;
font-size: 18px;
}

.detailsAppDownloadContainer{
display: flex;
margin-top: 20px;
}
.detailsAppDownloadContainer img{
width: 200px;
padding-right: 10px;
}
.socialMediaPoster{
display: flex;
align-items: center;
}

.socialMediaPoster img{
width: 30px;
padding-right: 5px;
}

.detailsContainer5 p{
font-size: 13px;
}

.detailsContainer2,.detailsContainer3{
margin-top: 25px;
}
.detailsContainer2,.detailsContainer3 p{
font-weight: 500 ;
padding: 5px;
}
60 changes: 60 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,66 @@ <h3>Rating</h3>
<div class="productscard-container"></div>
</div>

<!-- footer section -->
<div class="footerContainer">
<div class="detailContainer1">
<h1>Shop Non-Stop on Meesho</h1>
<p>Trusted by more than 1 Crore Indians</p>
<p>Cash on Delivery | Free Delivery</p>
<div class="detailsAppDownloadContainer">
<div class="footerPlaystore">
<img src="https://images.meesho.com/images/pow/playstore-icon-big.png" alt="">
</div>
<div class="footerAppstore">
<img src="https://images.meesho.com/images/pow/appstore-icon-big.png" alt="">
</div>
</div>
</div>
<div class="detailsContainer2">
<p>Careers</p>
<p>Become a supplier</p>
<p>Hall of Fame</p>
</div>
<div class="detailsContainer3">
<p>Legal and Policies</p>
<p>Meesho Tech Blog</p>
<p>Notices and Returns</p>
</div>
<div class="detailsContainer4">
<h3>Reach out to us</h3>
<div class="socialMediaPoster">
<div class="facebook">
<img src="https://images.meesho.com/images/pow/facebook.png" alt="">
</div>
<div class="insta">
<img src="https://images.meesho.com/images/pow/instagram.png" alt="">
</div>
<div class="youtube">
<img src="https://images.meesho.com/images/pow/youtube.png" alt="">
</div>
<div class="linkdin">
<img src="https://images.meesho.com/images/pow/linkedin.png" alt="">
</div>
<div class="twitter">
<img src="https://images.meesho.com/images/pow/twitter.png" alt="">
</div>
</div>
</div>
<div class="detailsContainer5">
<h3>Contact us</h3>
<p>Fashnear Technologies Private Limited,
<p> CIN: U74900KA2015PTC082263</p>
<p> 06-105-B, 06-102, (138 Wu) </p>
<p> Vaishnavi Signature, No. 78/9, </p>
<p> Outer Ring Road, Bellandur, </p>
<p> Varthur Hobli, Bengaluru-560103, </p>
<p> Karnataka, India</p>
<p> E-mail address:</p>
<p> query@meesho.com</p>
<p> © 2015-2022 Meesho.com</p>
</div>
</div>

<script src="./scripts/script.js" type=""></script>
</body>
</html>
68 changes: 62 additions & 6 deletions product.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,15 +375,71 @@ <h4>Appliances</h4>
</ul>

</nav>
<section class="main">
<div class="product"></div>

</section>
<div class="prodcutOrderContainer">

</div>




<div class="footerContainer">
<div class="detailContainer1">
<h1>Shop Non-Stop on Meesho</h1>
<p>Trusted by more than 1 Crore Indians</p>
<p>Cash on Delivery | Free Delivery</p>
<div class="detailsAppDownloadContainer">
<div class="footerPlaystore">
<img src="https://images.meesho.com/images/pow/playstore-icon-big.png" alt="">
</div>
<div class="footerAppstore">
<img src="https://images.meesho.com/images/pow/appstore-icon-big.png" alt="">
</div>
</div>
</div>
<div class="detailsContainer2">
<p>Careers</p>
<p>Become a supplier</p>
<p>Hall of Fame</p>
</div>
<div class="detailsContainer3">
<p>Legal and Policies</p>
<p>Meesho Tech Blog</p>
<p>Notices and Returns</p>
</div>
<div class="detailsContainer4">
<h3>Reach out to us</h3>
<div class="socialMediaPoster">
<div class="facebook">
<img src="https://images.meesho.com/images/pow/facebook.png" alt="">
</div>
<div class="insta">
<img src="https://images.meesho.com/images/pow/instagram.png" alt="">
</div>
<div class="youtube">
<img src="https://images.meesho.com/images/pow/youtube.png" alt="">
</div>
<div class="linkdin">
<img src="https://images.meesho.com/images/pow/linkedin.png" alt="">
</div>
<div class="twitter">
<img src="https://images.meesho.com/images/pow/twitter.png" alt="">
</div>
</div>
</div>
<div class="detailsContainer5">
<h3>Contact us</h3>
<p>Fashnear Technologies Private Limited,
<p> CIN: U74900KA2015PTC082263</p>
<p> 06-105-B, 06-102, (138 Wu) </p>
<p> Vaishnavi Signature, No. 78/9, </p>
<p> Outer Ring Road, Bellandur, </p>
<p> Varthur Hobli, Bengaluru-560103, </p>
<p> Karnataka, India</p>
<p> E-mail address:</p>
<p> query@meesho.com</p>
<p> © 2015-2022 Meesho.com</p>
</div>
</div>
<script src="./scripts/product.js"></script>
<script src="./scripts/script.js"></script>

</body>
</html>
Loading

0 comments on commit ae4c0dd

Please sign in to comment.