mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
started layout
This commit is contained in:
3
.nova/Configuration.json
Normal file
3
.nova/Configuration.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"workspace.color" : 1
|
||||
}
|
||||
BIN
images/minecraft/1.5.png
Normal file
BIN
images/minecraft/1.5.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
BIN
images/minecraft/1.8.png
Normal file
BIN
images/minecraft/1.8.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
@@ -42,5 +42,12 @@
|
||||
<b>├─</b><a href="https://neon443.github.io/sandspiel/">Sandspiel</a><br>
|
||||
<b>└─</b><a href="https://neon443.github.io/sandboxels/">Sandboxels</a><br><br>
|
||||
</p>
|
||||
<table style="width:100%">
|
||||
<tr>
|
||||
<td><a href="https://neon443.github.io/eaglercraft152"><img class="icon" src="images/minecraft/1.5.png"></a></td>
|
||||
<td><a href="https://neon443.github.io/eaglercraft188"><img class="icon"src="images/minecraft/1.8.png"></a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
15
style.css
15
style.css
@@ -125,6 +125,21 @@ h3 {
|
||||
padding: 20px 10px;
|
||||
}
|
||||
|
||||
@keyframes iconhover {
|
||||
from {transform: scale(1, 1);}
|
||||
to {transform: scale(1.05, 1.05)}
|
||||
}
|
||||
.icon {
|
||||
border-radius: 5px;
|
||||
}
|
||||
.icon:hover {
|
||||
|
||||
animation-name: iconhover;
|
||||
animation-duration: 0.25s;
|
||||
animation-timing-function: ease-in-out;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
* {
|
||||
color: #ddd;
|
||||
|
||||
Reference in New Issue
Block a user