Added git source, added to readme #3
@ -1,2 +1,3 @@
|
||||
# main_local_website
|
||||
|
||||
This is a website I created for Kyaru.club
|
@ -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;
|
||||
|
@ -28,9 +28,7 @@
|
||||
</div>
|
||||
<img class="kyaru_main" src="images/kyaru_pout.jpg">
|
||||
<div class="footer">
|
||||
<p>Contact me on matrix @jasonl8446:uddu.chat if you are interested</p>
|
||||
<p>Created by jasonl8446 2022</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>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user