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

Changed color of head text and added name #102

Merged
merged 1 commit into from
Oct 21, 2020
Merged
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
7 changes: 7 additions & 0 deletions Contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<html lang="en">

<head>
<style>
.container{
color: #229383;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link rel = "icon" href ="https://hacktoberfestswaglist.com/img/Hacktoberfest_20.jpg" type = "image/x-icon">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-74296045-6"></script>
Expand Down Expand Up @@ -166,6 +171,8 @@ <h1 class="animated rubberBand delay-4s">Contributors</h1>
<a class="box-item" href="https://github.com/jhonatanoc96"><span>Jhonatan Ocampo</span></a>
<a class="box-item" href="https://github.com/naman360"><span>Naman Shankhydhar</span></a>
<a class="box-item" href="https://github.com/SidathWeerasinghe"><span>Sidath Weerasinghe</span></a>
<a class="box-item" href="https://github.com/samikshaupadhyay/"><span>Samiksha Upadhyay</span></a>

<!--
Add here
format : <a class="box-item" href="https://github.com/<your-username>"><span>Your Name</span></a>
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ body {
max-width: 650px;
line-height: 1.6;
font-size: 18px;
color: rgb(25, 4, 218);
color: #333333;
padding: 0 15px;
}

Expand Down