added fancade and drive mad

This commit is contained in:
neon443
2024-04-04 10:07:15 +01:00
parent 8d7d05c64c
commit c051009149
4 changed files with 6 additions and 1 deletions

BIN
images/fancade/drive.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

BIN
images/fancade/icon.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

View File

@@ -47,12 +47,16 @@
<td class="icn"><a href="https://neon443.github.io/eaglercraftX188"><img src="images/minecraft/1.8.png" alt=""></a></td> <td class="icn"><a href="https://neon443.github.io/eaglercraftX188"><img src="images/minecraft/1.8.png" alt=""></a></td>
<td class="icn"><a href="https://neon443.github.io/webEPK"><img src="images/webEPK/icon.png" alt=""></a></td> <td class="icn"><a href="https://neon443.github.io/webEPK"><img src="images/webEPK/icon.png" alt=""></a></td>
<td class="icn"><a href="https://neon443.github.io/2048"><img src="images/2048/icon.png" alt=""></a></td> <td class="icn"><a href="https://neon443.github.io/2048"><img src="images/2048/icon.png" alt=""></a></td>
<td class="icn"><a href="https://neon443.github.io/fancade"><img src="images/fancade/icon.png" alt=""></a></td>
<td class="icn"><a href="https://neon443.github.io/fancade/drive.html"><img src="images/fancade/drive.png" alt=""></a></td>
</tr> </tr>
<tr> <tr>
<td class="label"><p>Minecraft 1.5.2</p></td> <td class="label"><p>Minecraft 1.5.2</p></td>
<td class="label"><p>Minecraft 1.8.8 u27</p></td> <td class="label"><p>Minecraft 1.8.8 u27</p></td>
<td class="label"><p>webEPK</p></td> <td class="label"><p>webEPK</p></td>
<td class="label"><p>2048</p></td> <td class="label"><p>2048</p></td>
<td class="label"><p>Fancade</p></td>
<td class="label"><p>Drive Mad</p></td>
</tr> </tr>
</table><br> </table><br>
</body> </body>

View File

@@ -124,6 +124,7 @@ table {
td { td {
padding: 0px; padding: 0px;
margin: 0px;
} }
td p { td p {
@@ -131,7 +132,7 @@ td p {
font-size: 15px; font-size: 15px;
} }
td img{ td img{
height: 100px; height: 150px;
display: block; display: block;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;