From f6e582be3f36700bea73d6f6de89a5495e499924 Mon Sep 17 00:00:00 2001 From: ananthvijay Date: Fri, 20 Jan 2023 15:04:52 +0530 Subject: [PATCH] Added footer --- dist/Js/footer.js | 132 ++-------------------------------------------- dist/css/main.css | 51 ++++-------------- 2 files changed, 13 insertions(+), 170 deletions(-) diff --git a/dist/Js/footer.js b/dist/Js/footer.js index aa15f7d..519bed1 100644 --- a/dist/Js/footer.js +++ b/dist/Js/footer.js @@ -1,132 +1,6 @@ $(document).ready(function () { - // Footer Js - let footerHtml = ` `; + // Footer Js + let footerHtml = ``; - $("#footer-head").html(footerHtml); + $("#footer-head").html(footerHtml); }); diff --git a/dist/css/main.css b/dist/css/main.css index 47bd1a1..0818f1b 100644 --- a/dist/css/main.css +++ b/dist/css/main.css @@ -82,50 +82,19 @@ body { .h-200p { height: 200px; } - +/* button */ .button_dark { clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0); padding-right: 1.7rem; padding-bottom: 0.6rem; padding-top: 0.6rem; border-radius: 10px; } - -.photo_dual { - width: 40rem; } - -.price_footer { - background-color: #52cba5; - border: 2px solid; } - -.boxImgContainer { - width: 4rem; } - -.priceCut_multi { - font-size: .7rem; } - -.productOverview .overviewProductHeading { - font-size: 2.1rem; } - -.productOverview .overviewProductFullTitle { - padding: 2rem 13rem; - font-size: 3rem; } - -.productOverview .overviewProductDes { - padding: 0 2rem; - font-size: 1.5rem; } - -.PO_galleryContainer .PO_gallery_display { - min-height: 500px; - width: 100%; - background: white; - background: linear-gradient(180deg, white 7%, #ff8e9e4d 52%, #eb869478 100%); - position: relative; } - .PO_galleryContainer .PO_gallery_display .PO_gallery_display_img { - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); } - -.PO_galleryContainer .PO_gallery_box_inner { - padding: 2rem; - background-color: #EEEEEE; } +/* footer */ +.footer-wrapper { + background-color: rgb(0, 0, 0); + border-radius: 0 275px 0 0; + clip-path: polygon(100% 0%, 100% 0%, 81% 100%, 92% -95%, 100% 100%, 0 100%, 0% 70%, 0 0); +} +.footer-wrapper li { + line-height: 2rem; +} \ No newline at end of file