Compare commits

..

No commits in common. "03a9628ae1461c492b5780f2a5aaef6f92a6ce9f" and "87d8c844216cfc4685643f6beac47051832428e7" have entirely different histories.

3 changed files with 5 additions and 11 deletions

View File

@ -1,3 +1,2 @@
# main_local_website # main_local_website
This is a website I created for Kyaru.club

View File

@ -57,13 +57,6 @@ body {
left: 0; left: 0;
bottom: 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 { .row {

View File

@ -29,6 +29,8 @@
<img class="kyaru_main" src="images/kyaru_pout.jpg"> <img class="kyaru_main" src="images/kyaru_pout.jpg">
<div class="footer"> <div class="footer">
<p>Contact me on matrix @jasonl8446:uddu.chat if you are interested</p> <p>Contact me on matrix @jasonl8446:uddu.chat if you are interested</p>
<p><a href="https://git.kyaru.club/jasonl8446/main_local_website"> Created by jasonl8446 2022</a></p> <p>Created by jasonl8446 2022</p>
</div> </div>
</body>
</html> </html>