Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update in HTMl,Css and more #624

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Style/sandals.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ h1 {
.buy-now {
font-size: 14px;
}
}
}
2 changes: 1 addition & 1 deletion Style/sunglasses.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ h1 {
.buy-now {
font-size: 14px;
}
}
}
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h2 class="popuph2">Unlock Your Fashion</h2>
<button type="submit" class="signup-btn">Continue</button>
</form>
<a href="#" class="no-thanks close-btn">No thanks, I’ll shop full price</a>
<p class="terms">By signing up, you agree to our <a href="terms-conditions.html">Terms of Service</a> and <a href="privacy.html">Privacy Policy</a>.</p>
<p class="terms">By signing up, you agree to our <a href="#">Terms of Service</a> and <a href="#">Privacy Policy</a>.</p>
</div>
</div>
</div>
Expand All @@ -215,7 +215,7 @@ <h2 class="popuph2">Unlock Your Fashion</h2>
<div class="overlay">
<a href="./shopclothing.html" class="btn btn-white">
Shop Clothing
</button></a>
</button>
</div>
<div class="bg-image">
<img src="./images/youngcouple1.jpg" alt="product">
Expand Down Expand Up @@ -548,7 +548,7 @@ <h1 class="section-title">Shop From The Gram</h1>
</div>
<div class="feedback-container">

<h2>Have feedback?&nbsp;<a href="feedback.html" target="_blank"><span>Click here</span></a> to share your thoughts with us.</h2>
<h2>Have a feedback? &nbsp;&nbsp;<a href="feedback.html" target="_blank">Click here to provide feedback</a></h2>
</div>
</section>

Expand Down Expand Up @@ -585,7 +585,7 @@ <h1>Contact Us</h1>
</ul>
</div>

<div class="footer-section quick-links">
<div class="footer-section">
<h1>Quick Links</h1>
<ul class="footer-list">
<li><a href="about.html">About Us</a></li>
Expand Down Expand Up @@ -853,4 +853,4 @@ <h2>Subscription Successful!</h2>

</body>

</html>
</html>
2 changes: 1 addition & 1 deletion sneaker.html
Original file line number Diff line number Diff line change
Expand Up @@ -828,4 +828,4 @@ <h2>Merrell Trail</h2>
</script>

</body>
</html>
</html>
90 changes: 6 additions & 84 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,6 @@ html {

.insta {
width: 100%;
/* height: auto; */
padding: 30px 20%;
/* background-color: red; */
display: flex;
Expand All @@ -672,14 +671,14 @@ html {
.posts {
width: 100%;
padding: 20px 0px;
gap: 0.5rem;
/* background-color: yellow; */
display: flex;
justify-content: space-between;
}

.post-image {
object-fit:cover;
width: 16%;
height: 170px;
position: relative;
/* background-color: green; */
overflow: hidden;
Expand All @@ -689,40 +688,21 @@ html {

.post-image img {
width: 100%;
transition: 0.3s;
transition: 0.2s;
}

.post-image:hover img {
transform: scale(1.1);
transform: scale(1.2);
}

.post-image i {
position: absolute;
font-size: 25px;
font-weight: 500;
font-size: 30px;
margin-right: 10px;
margin-top: 10px;
z-index: 20;
cursor: pointer;
transition: color 0.3s ease;
}

.post-image i:hover {
color: #db0a50;
transition: color 0.3s ease;
}


.feedback-container h2{
font-size: 1.2rem;
}
.feedback-container h2 span{
color: rgba(0, 0, 164, 0.663);
}
.feedback-container h2 span:hover{
color: darkblue;
}

.footer {
width: 100%;
margin-top: 60px;
Expand Down Expand Up @@ -795,25 +775,6 @@ html {
background-color: #14171a;
}

.quick-links .footer-list a {
position: relative;
}

.quick-links .footer-list a::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
background-color: black;
transition: width 0.3s ease;
}

.quick-links .footer-list a:hover::after {
width: 100%;
}

.sub {
margin-top: 2px;
display: flex;
Expand Down Expand Up @@ -1009,10 +970,6 @@ input {
width: 49%;
}

.feedback-container h2{
font-size: 1rem;
}

.footer {
padding: 30px 5%;
flex-direction: column;
Expand Down Expand Up @@ -1651,39 +1608,4 @@ ul {
list-style-type: none; /* Remove default bullet points */
padding: 0;
margin: 0;
}

.tooltip {
display: flex;
align-items: center;
position: relative;
}

/* Tooltip text */
.tooltip .tooltiptext {
visibility: hidden;
width: 200px;
background-color: rgb(87, 147, 236);
color: #fff;
text-align: center;
border-radius: 5px;
padding: 5px;
position: absolute;
left: 60%;
margin-left: -100px;
top: 36%;
transform: translateY(-50%);
opacity: 0;
transition: opacity 0.3s;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
font-size: 13px;
}

/* Show the tooltip on hover */
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}



}
4 changes: 2 additions & 2 deletions womens.html
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ <h1>Contact Us</h1>
</ul>
</div>

<div class="footer-section quick-links">
<div class="footer-section">
<h1>Quick Links</h1>
<ul class="footer-list">
<li><a href="about.html">About Us</a></li>
Expand Down Expand Up @@ -1281,4 +1281,4 @@ <h2>Subscription Successful!</h2>

</script>
</body>
</html>
</html>