diff --git a/README.md b/README.md index 846143b..8e4e148 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # main_local_website +This is a website I created for Kyaru.club \ No newline at end of file diff --git a/css/style.css b/css/style.css index e3f078a..03143d3 100644 --- a/css/style.css +++ b/css/style.css @@ -57,8 +57,15 @@ body { left: 0; bottom: 0; } +.footer a { + text-decoration: none; + color: white; +} +.footer a:hover { + background-color:rgb(163, 163, 163); +} - @media (max-width: 600px) { +@media (max-width: 600px) { .row { -webkit-flex-direction: column; flex-direction: column; diff --git a/index.html b/index.html index 388c57a..24eed99 100644 --- a/index.html +++ b/index.html @@ -28,9 +28,7 @@
-