Skip to content

Commit

Permalink
Merge branch 'main' into anikinee2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anikinee authored May 26, 2023
2 parents b95acb1 + 474f2a7 commit ac68675
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 74 deletions.
73 changes: 0 additions & 73 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -797,79 +797,6 @@ section {
/* font-weight: 700; */
}

/* ---------- CommunityNexus section ---------- */
/* Styling for the Community Nexus section */

.container {
width: 80%;
margin: 0 auto;
}

#call-to-action .cta-btn:hover {
background: darkgreen;
/* border: 3px solid #2796FF; */


}

#communitynexus .section-header {
text-align: center;
margin-bottom: 30px;
}

.section-header h2 {
font-size: 28px;
font-weight: bold;
margin-bottom: 10px;
}

.social-info {
display: flex;
justify-content: center;
align-items: center;
}

.whatsapp {
margin-top: 20px;
text-align: center;
}

.whatsapp .title {
font-size: 18px;
margin-bottom: 5px;
color: #fff;
}

.whatsapp a {
display: inline-block;
background-color: green;
color: white;
border-radius: 50%;
padding: 10px;
transition: background-color 0.3s ease;
}

.whatsapp a:hover {
background-color: darkgreen;
}

.whatsapp i {
font-size: 20px;
color: white;
}

.cta-title {
font-size: 32px;
font-weight: bold;
color: #fff;
}

.cta-text {
font-size: 18px;
color: #fff;
margin-top: 15px;
}

/* Contact Section
--------------------------------*/

Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ <h4>Member</h4>
</section>
<!-- End Testimonials Section -->


<!-- ======= Contact Section ======= -->
<section id="contact">
<div class="container" data-aos="fade-up">
Expand Down

0 comments on commit ac68675

Please sign in to comment.