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

change the font family of ABOUT US , CONTACT ETC. #308

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
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
</div>
</div>
<ul class="nav__links" id="nav-links">
<li><a href="#header" class="active">HOME</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#trainer">TRAINER</a></li>
<li><a href="#client">CLIENT</a></li>
<li><a href="#blog">BLOG</a></li>
<li><a href="#contact">CONTACT</a></li>
<li><a href="#header" class="active" style="font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">HOME</a></li>
<li><a href="#about" style="font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif">ABOUT</a></li>
<li><a href="#trainer" style="font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif">TRAINER</a></li>
<li><a href="#client" style="font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif">CLIENT</a></li>
<li><a href="#blog" style="font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif">BLOG</a></li>
<li><a href="#contact" style="font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif">CONTACT</a></li>
<i class="ri-close-line"></i>
</ul>
</div>
Expand Down
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ nav {
display: flex;
align-items: center;
color: white;
opacity: 0.75;
background-color:#5b5757;
}

.nav__logo img {
Expand Down