Skip to content

Commit

Permalink
reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
Deemee committed Mar 21, 2024
1 parent 15a3416 commit f5caa09
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 31 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,9 @@ <h2 style="text-align: center">SEMI-CHESTER BEDS</h2>

</p><br>
</div>
</section>


<section id="about" class="container>
<section id="about" class="container">
<div class="about-content">
<h2 class="heading" >About <span>Us</span></h2>
<p>
Expand Down
42 changes: 13 additions & 29 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ h1, h2, h3, h4, h5, h6 {
margin-top: 10px;
margin-bottom: 25px;
text-align: left;
align-items: center;
}


Expand Down Expand Up @@ -254,15 +255,13 @@ tr:nth-child(even) {
background-color: #683333;

}
.about-us{
text-align: left;
align-items: normal;
}

/*End Home Section */
.contact-us{
background-color:#1b0808;
padding: 10px;
margin: 0 auto;
width: 80%;
text-align: center;

}
.review-container{
flex-wrap: wrap;
align-items: center;
Expand All @@ -279,37 +278,22 @@ tr:nth-child(even) {
text-align: center;
margin-top: 10px;
}
.contact-us{
background-color:#1b0808;
padding: 10px;
margin: 0 auto;
width: 80%;
text-align: center;

}
.social {
display: flex;
flex-wrap: wrap;
gap: 1.4rem;
margin-top: 1.4rem;
}

.social a {
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
display: grid;
place-items: center;
text-decoration: none;
background-color: var(--primary-color);
color: #ffffff;
/* border: 1.6px solid var(--primary-color); */
font-size: 1.5rem;
border-radius: 50%;
padding: 0.39rem;
text-align: center;
opacity: 0;
animation: SocialAni 1s ease forwards;
animation-delay: calc(.2s * var(--socialAni));
}

.social a:hover {
color: var(--primary-dark);
background-color: var(--primary-color);
box-shadow: 0 0 20px var(--primary-color);
transition: all .3s ease-in-out;
}
footer {
background-color: #2b0e0e;
padding: 5px;
Expand Down

0 comments on commit f5caa09

Please sign in to comment.