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

fix visibility of section text in about page #1669

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions SaveEcology.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,10 @@ <h3>Contact Us</h3>
<div>
<h3>Follow Us</h3>
<ul class="social-links">
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Instagram</a></li>
<li><a href="#">LinkedIn</a></li>
<li><a class="social-text" href="#">Facebook</a></li>
<li><a class="social-text" href="#">Twitter</a></li>
<li><a class="social-text" href="#">Instagram</a></li>
<li><a class="social-text" href="#">LinkedIn</a></li>
</ul>
</div>
</div>
Expand Down
7 changes: 5 additions & 2 deletions assets/css/SaveNature.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ p.line {
display: flex;
justify-content: space-around;
align-items: flex-start;
padding: 20px 10px;
padding: 9px 10px;
font-size: 15px;

}

.footer-content h3 {
Expand All @@ -192,11 +194,12 @@ p.line {

.social-links li {
display: inline;
margin-right: 10px;
}

.social-links a {
color: #00b3ff;
text-decoration: none;
display: flex;
}

.footer-bottom {
Expand Down
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@
font-size: 20px; /* Size of the arrow icon */
color: white;
}
.section-title-about{
color: #f8fff8;
}
</style>

</head>
Expand Down Expand Up @@ -662,7 +665,7 @@ <h2 class="deco-title">About Us</h2>
<span>Why Choose Us</span>
</p> -->

<h2 class="h2 section-title">
<h2 class="h2 section-title-about">
Raise Your Hand to Save <strong>World Animals Life</strong>
</h2>

Expand Down