diff --git a/.DS_Store b/.DS_Store index 1266bffa..c0fc53ab 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.vscode/settings.json b/.vscode/settings.json index 3d25faff..99c499e3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,3 @@ { - - "liveServer.settings.port": 5502 + "liveServer.settings.port": 5504 } diff --git a/Coverpage.html b/Coverpage.html index 2b2a0c16..09d565b9 100644 --- a/Coverpage.html +++ b/Coverpage.html @@ -151,6 +151,8 @@ domain="www.chatbase.co" defer> - +
+ + diff --git a/Css-files/about.css b/Css-files/about.css index 46e4c152..27ec4701 100644 --- a/Css-files/about.css +++ b/Css-files/about.css @@ -105,7 +105,7 @@ } .mainhead h1 { font-family: Georgia; - font-size: 3.8rem; + font-size: 3rem; color: white; padding-bottom: 20px; } diff --git a/Css-files/content.css b/Css-files/content.css index 7dbdf3be..4b2a42e7 100644 --- a/Css-files/content.css +++ b/Css-files/content.css @@ -123,7 +123,7 @@ body { } .mainhead h1 { font-family: Georgia; - font-size: 3.8rem; + font-size: 3rem; color: white; padding-bottom: 20px; } @@ -240,6 +240,7 @@ input[type="submit"]:hover { .first_cont { display: flex; + flex-wrap: wrap; justify-content: center; } @@ -288,6 +289,7 @@ input[type="submit"]:hover { } .second_cont{ display: flex; + flex-wrap: wrap; padding: 40px; justify-content: center; } @@ -389,7 +391,7 @@ div.deals:hover{ /* footer */ .foot-panel2{ background-color: transparent; - color:white; + /* color:white; */ display: flex; justify-content: space-evenly; } @@ -562,7 +564,6 @@ td{ flex-direction: column; justify-content: center; align-items: center; - width: 20rem; height: max-content; } diff --git a/Css-files/login1.css b/Css-files/login1.css index 3ba147a6..cbe234ea 100644 --- a/Css-files/login1.css +++ b/Css-files/login1.css @@ -129,7 +129,7 @@ body { } .textfield > input { - width: 100%; + width: 95%; height: 45px; border-radius: 15px; border: 1px solid #b38484; diff --git a/Css-files/signup1.css b/Css-files/signup1.css index 11321066..ce2ce7f5 100644 --- a/Css-files/signup1.css +++ b/Css-files/signup1.css @@ -24,7 +24,6 @@ body { align-items: center; height: 100vh; /* Full viewport height */ padding: 20px; /* Padding to avoid overflow */ - overflow: hidden; /* Prevents overflow */ position:relative; } @@ -154,14 +153,13 @@ body { } /* Responsive design for smaller screens */ -@media only screen and (max-width: 600px) { +@media only screen and (max-width: 980px) { .main-login { flex-direction: column; padding: 0 20px; /* Added padding to avoid edge overflow */ } .card-login { - width: 100%; /* Full width for mobile */ padding: 20px; /* Adjust padding */ } } diff --git a/Html-files/Electronic.html b/Html-files/Electronic.html index 5ff2affd..28f9532a 100644 --- a/Html-files/Electronic.html +++ b/Html-files/Electronic.html @@ -526,6 +526,41 @@ .card[for="c10"] { background-image: url(https://i.pinimg.com/474x/42/69/19/426919f03cc846b881903e3dd40a0bc6.jpg); } + + .foot-panel2 .footer-colums a { + /* /* color: black!important; */ + text-decoration: none !important; + transition:transform 0.2s ease, text-decoration-color 0.2s ease; + /* display: inline-block; */ + + + text-decoration: none; + /* color: #000; */ + position: relative; + padding-bottom: 2px; + + } + + .foot-panel2 .footer-colums a::after{ + content: ''; + position: absolute; + left: 0; + bottom: 0; + width: 0; + height: 2px; + background-color: black; + transition: width 0.3s ease; + width:0; + + } + + .foot-panel2 .footer-colums a:hover{ + transform: scale(1.05); + } + + .foot-panel2 .footer-colums a:hover::after{ + width:100%; + } Retro @@ -1200,5 +1235,8 @@

domain="www.chatbase.co" defer > +
+ + diff --git a/Html-files/about.html b/Html-files/about.html index 2a74be69..2bc2dd76 100644 --- a/Html-files/about.html +++ b/Html-files/about.html @@ -937,7 +937,9 @@

Follow Us

domain="www.chatbase.co" defer> - +
+ + diff --git a/Html-files/booknow.html b/Html-files/booknow.html index 20582276..0603880e 100644 --- a/Html-files/booknow.html +++ b/Html-files/booknow.html @@ -66,16 +66,14 @@ padding: 0.5em 0; } .gallery { - display: flex; - flex-wrap: wrap; - justify-content: space-around; - gap: 1em; + display: grid; + grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* 3 columns with a minimum size of 300px */ + gap: 3rem; } .gallery .item { border: 1px solid #ddd; border-radius: 5px; overflow: hidden; - width: 23%; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); transition: transform 0.2s; text-align: center; @@ -196,6 +194,8 @@

Our Services

domain="www.chatbase.co" defer> - +
+ + diff --git a/Html-files/cart.html b/Html-files/cart.html index 354536db..e02cfc76 100644 --- a/Html-files/cart.html +++ b/Html-files/cart.html @@ -219,25 +219,35 @@ } .decrease-quantity { - padding-inline: 10px; - background: #1454f7; + padding-inline: 12px; + background: #a52a2a; border: none; border-radius: 2px; font-size: 20px; font-weight: 500; - color: #cbf7e3; + color: white; + margin: 5px; + } + .decrease-quantity:hover{ + background-color: white; + color: #a52a2a; } .increase-quantity { - padding-inline: 10px; - background: #1454f7; + padding-inline: 12px; + background: #a52a2a; border: none; border-radius: 2px; font-size: 20px; font-weight: 500; - color: #cbf7e3; + color: white; + margin: 5px; } + .increase-quantity:hover{ + background-color: white; + color:#a52a2a; + } #cart-total { background: #a52a2a; padding: 3px 5px; @@ -255,39 +265,77 @@ border: 3px solid whitesmoke; } -.social-icons a { - font-size: 1.2rem; - padding: 8px; - margin: 15px; - text-decoration: none; - color: brown !important; -} + .social-icons a { + font-size: 1.2rem; + padding: 8px; + margin: 15px; + text-decoration: none; + color: brown !important; + } + + .social-icons a:hover { + color: brown; + background-color: hsl(22, 76%, 85%); + border-radius: 10px; + transform: scale(1.5); /* Increase size */ + transition: transform 0.3s ease; /* Smooth transition effect */ + } + .fa-brands.fa-facebook:hover { + color: #3B5998 !important; + } + + .fa-brands.fa-instagram:hover { + color: #D62976 !important; + } + + .fa-brands.fa-x-twitter:hover { + color: #181e20 !important; + } + @media (max-width: 768px) { + .foot-panel2{ + display: flex; + flex-direction: column; + + } + } + + .foot-panel2 .footer-colums a { + /* /* color: black!important; */ + text-decoration: none !important; + transition:transform 0.2s ease, text-decoration-color 0.2s ease; + /* display: inline-block; */ + + + text-decoration: none; + color: #000; + position: relative; + padding-bottom: 2px; + + } + + .foot-panel2 .footer-colums a::after{ + content: ''; + position: absolute; + left: 0; + bottom: 0; + width: 0; + height: 2px; + background-color: brown; + transition: width 0.3s ease; + width:0; + + } + + .foot-panel2 .footer-colums a:hover{ + transform: scale(1.05); + } + + .foot-panel2 .footer-colums a:hover::after{ + width:100%; + } -.social-icons a:hover { - color: brown; - background-color: hsl(22, 76%, 85%); - border-radius: 10px; - transform: scale(1.5); /* Increase size */ - transition: transform 0.3s ease; /* Smooth transition effect */ -} -.fa-brands.fa-facebook:hover { - color: #3B5998 !important; -} -.fa-brands.fa-instagram:hover { - color: #D62976 !important; -} -.fa-brands.fa-x-twitter:hover { - color: #181e20 !important; -} -@media (max-width: 768px) { - .foot-panel2{ - display: flex; - flex-direction: column; - - } -} @@ -412,24 +460,24 @@

C A R T

@@ -437,11 +485,11 @@

C A R T

@@ -626,7 +674,9 @@

Follow domain="www.chatbase.co" defer> - +
+ + diff --git a/Html-files/contact.html b/Html-files/contact.html index 3bcb6d17..0d0d1bdf 100644 --- a/Html-files/contact.html +++ b/Html-files/contact.html @@ -204,7 +204,7 @@ .foot-panel2 { background-color: rgb(138, 37, 37); color: white; - height: 300px; + height: auto; /* height: fit-content; */ display: flex; /* padding: 10px; */ @@ -237,7 +237,7 @@ flex-direction: column; justify-content: center; align-items: center; - width: 20rem; + width: 100%; height: max-content; } @@ -251,6 +251,7 @@ } #contactForm h3 { + margin-top: 10px; height: 30px; color: #141414; } @@ -273,7 +274,7 @@ .foot_panel4 { background-color: rgb(66, 16, 16); color: white; - height: 160px; + height: 0px; font-size: 0.9rem; text-align: center; } @@ -320,6 +321,47 @@ padding: 20px; } } + + .foot-panel2 ul a { + padding: 0; /* Reset padding */ + list-style: none; /* Remove default bullet points */ + } + + .foot-panel2 ul a { + /* /* color: black!important; */ + text-decoration: none !important; + transition:transform 0.2s ease, text-decoration-color 0.2s ease; + /* display: inline-block; */ + + + text-decoration: none; + color: #000; + position: relative; + padding-bottom: 2px; + + } + + .foot-panel2 ul a::after{ + content: ''; + position: absolute; + left: 0; + bottom: 0; + width: 0; + height: 2px; + background-color: brown; + transition: width 0.3s ease; + width:0; + + } + + .foot-panel2 ul a:hover{ + transform: scale(1.05); + } + + .foot-panel2 ul a:hover::after{ + width:100%; + } + + + + + + + + + - - + } + +
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+

Contact Us!

@@ -633,11 +693,6 @@

Conta - - -

- -

Follow @@ -814,7 +869,9 @@

Conta domain="www.chatbase.co" defer> - +
+ + diff --git a/Html-files/signed.html b/Html-files/signed.html index 29054bfd..bcaf7502 100644 --- a/Html-files/signed.html +++ b/Html-files/signed.html @@ -173,6 +173,8 @@ domain="www.chatbase.co" defer> - +
+ + \ No newline at end of file diff --git a/Html-files/signup.html b/Html-files/signup.html index d07bb038..17e83eda 100644 --- a/Html-files/signup.html +++ b/Html-files/signup.html @@ -220,6 +220,7 @@