Skip to content

Commit 7cb9155

Browse files
authored
Add files via upload
1 parent bc9906d commit 7cb9155

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

index.html

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<body>
77
<h1>🎲 Magestick's cool website! 🎲</h1>
88
<p>So uhm, hello there. I'm Magestick, or otherwise known as "Sparkxy".<br>The only reason why I made this website because I'm bored.<br>I mostly play videogames. And I'm suck at programming.</p>
9+
<h3>What do I have here</h3>
10+
<ul><li><a href="https://magest1ckkz.github.io/flapplin/">Flapplin Help Page</a></li><li><a href="https://magest1ckkz.github.io/contact/">Contact me</a></li></ul>
911
<p>🎲 I like dice, so don't pay attention to it. 🎲<br><br>© 2021-2024 Magestick</p>
1012
</body>
1113
</html>

style.css

+11-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,14 @@ body {
1414

1515
li {
1616
font-size: 13px;
17-
}
17+
}
18+
19+
a:link {
20+
color: #00b8d0; /* Цвет ссылок */
21+
}
22+
a:visited {
23+
color: #007f90; /* Цвет посещенных ссылок */
24+
}
25+
a:active {
26+
color: rgb(38, 0, 255); /* Цвет активной ссылки */
27+
}

0 commit comments

Comments
 (0)