mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 15:16:18 +00:00
icon rows have equal widths
and max height and now 10px border radius
This commit is contained in:
@@ -41,14 +41,16 @@
|
|||||||
<b>├─</b><a href="https://neon443.github.io/sandspiel/">Sandspiel</a><br>
|
<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>
|
<b>└─</b><a href="https://neon443.github.io/sandboxels/">Sandboxels</a><br><br>
|
||||||
</p>
|
</p>
|
||||||
<table style="width:100%">
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="icn"><a href="https://neon443.github.io/eaglercraft152"><img src="images/minecraft/1.5.png" alt=""></a></td>
|
<td class="icn"><a href="https://neon443.github.io/eaglercraft152"><img src="images/minecraft/1.5.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/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>
|
||||||
</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>
|
||||||
</tr>
|
</tr>
|
||||||
</table><br>
|
</table><br>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
15
style.css
15
style.css
@@ -117,17 +117,30 @@ h3 {
|
|||||||
}
|
}
|
||||||
/* Bar styling */
|
/* Bar styling */
|
||||||
|
|
||||||
|
table {
|
||||||
|
table-layout: fixed;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
td p {
|
td p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
td img{
|
td img{
|
||||||
|
height: 100px;
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
transform: scale(0.9, 0.9);
|
transform: scale(0.9, 0.9);
|
||||||
border-radius: 5px;
|
border-radius: 10px;
|
||||||
transition: all 0.2s ease-in-out 100ms;
|
transition: all 0.2s ease-in-out 100ms;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
td img:hover {
|
td img:hover {
|
||||||
transform: scale(1, 1);
|
transform: scale(1, 1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user