Skip to content
Snippets Groups Projects
Commit 7bb1f6ee authored by K8573's avatar K8573
Browse files

update pages

parent 2947cbc3
No related branches found
No related tags found
No related merge requests found
Pipeline #53397 passed
......@@ -11,9 +11,13 @@
<ul>
<li><a href="phaser-harkat/phaser-tutoriaali/index.html">Phaser-tutoriaali</a></li>
<li><a href="phaser-harkat/phaser-udemy/index.html">Udemyn kurssin demot</a></li>
</ul>
<ul>
<li><a href="Roll-a-ball/index.html">Palleron pyörityspeli</a></li>
<li><a href="https://student.labranet.jamk.fi/~K8573/Survival-shooter/Builds/">Selviytymisammunta</a></li>
<li></li>
<li><a href="https://student.labranet.jamk.fi/~K8573/peliohjelmointi/Lightmap%20baking/">Lightmap baking</a></li>
<li><a href="https://student.labranet.jamk.fi/~K8573/peliohjelmointi/Particle-effect/Build/">Particle effect</a></li>
<li><a href="https://student.labranet.jamk.fi/~K8573/peliohjelmointi/Angry-Bird/">Angrybird-kopio</a></li>
</ul>
</body>
</html>
\ No newline at end of file
......@@ -22,10 +22,11 @@ ul {
padding: 1vh;
margin: auto;
width: 50%;
}
body {
background-color: black;
background-image: linear-gradient(to right, rgba(10,150,200,1), rgba(255,255,255,0.9));
}
a {
......@@ -34,10 +35,12 @@ a {
}
a:hover {
color: skyblue;
color: orange;
}
li {
background-color: dimgray;
margin: 1vh;
box-shadow: 1px 1px 5px 1px black;
font-size: 150%;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment