Skip to content

Commit

Permalink
GitHub icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Likheet committed Nov 13, 2023
1 parent 3871b3b commit 4064b6d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Binary file added github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ <h2>To-Do List <img src="icon.png"></h2>
</div>
</div>
<script src="script.js"></script>
<a href="https://github.com/Likheet" id="github-link">
<img src="github.png" alt="GitHub">
</a>
</body>
</html>
8 changes: 8 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ ul li span:hover{
#clear-button:hover {
background-color: #d32f2f; /* Darker red */
}
#github-link {
position: fixed;
bottom: 20px;
right: 20px;
}
#github-link img {
width: 40px; /* Adjust as needed */
}
@media screen and (max-width: 350px) {
.header {
flex-direction: column;
Expand Down

0 comments on commit 4064b6d

Please sign in to comment.