Skip to content
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
6 changes: 3 additions & 3 deletions css/creative.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body {

hr {
max-width: 50px;
border-width: 3px;
border-width: 5px;
border-color: #F05F40;
}

Expand All @@ -26,8 +26,8 @@ hr.light {

a {
color: #F05F40;
-webkit-transition: all 0.2s;
transition: all 0.2s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}

a:hover {
Expand Down
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,6 @@ <h2 class="section-heading text-white">How to contribute and earn the swag?</h2>
<td>I start my coding journey here. happy hacktoberfest</td>
<td><a href="https://github.com/abisekhsubedi">Abisekh Subedi</a></td>
</tr>

<tr>
<th scope="row">132</th>
<td>stuti jain</td>
Expand All @@ -1051,7 +1050,7 @@ <h2 class="section-heading text-white">How to contribute and earn the swag?</h2>

<footer>
<small style="font-family: Open Sans; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 100; line-height: 20px;">Copyright
&copy; 2018 - Hacktoberfest - An initiative by Creative Computing Society to promote Open-source
&copy; 2020 - Hacktoberfest - An initiative by Creative Computing Society to promote Open-source
Contribution</small>
</footer>

Expand Down