diff --git a/github.png b/github.png new file mode 100644 index 0000000..f8e39ba Binary files /dev/null and b/github.png differ diff --git a/index.html b/index.html index 2b14c52..bb3225a 100644 --- a/index.html +++ b/index.html @@ -29,5 +29,8 @@

To-Do List

+ + GitHub + \ No newline at end of file diff --git a/styles.css b/styles.css index 4375646..4ec295f 100644 --- a/styles.css +++ b/styles.css @@ -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;