mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
centered
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
<link rel="manifest" href="./app.webmanifest">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="./style.css" type="text/css">
|
||||
</head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6R79TC88DQ"></script>
|
||||
<script>
|
||||
@@ -19,7 +18,7 @@
|
||||
gtag('config', 'G-6R79TC88DQ');
|
||||
</script>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script type="text/javascript" src="./script.js"></script>
|
||||
<script src="./script.js"></script>
|
||||
<body>
|
||||
<div class="bar">
|
||||
<div class="barItem"><h1>neon443</h1></div>
|
||||
@@ -44,9 +43,9 @@
|
||||
</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>
|
||||
<td class="icntd"><a href="https://neon443.github.io/eaglercraft152"><img class="icn" src="images/minecraft/1.5.png"></a></td>
|
||||
<td class="icntd"><a href="https://neon443.github.io/eaglercraft188"><img class="icn" src="images/minecraft/1.8.png"></a></td>
|
||||
<td class="icntd"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
18
style.css
18
style.css
@@ -125,19 +125,17 @@ h3 {
|
||||
padding: 20px 10px;
|
||||
}
|
||||
|
||||
@keyframes iconhover {
|
||||
from {transform: scale(1, 1);}
|
||||
to {transform: scale(1.05, 1.05)}
|
||||
td img{
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.icon {
|
||||
.icn {
|
||||
border-radius: 5px;
|
||||
transition: all 0.25s ease-out 100ms;
|
||||
}
|
||||
.icon:hover {
|
||||
|
||||
animation-name: iconhover;
|
||||
animation-duration: 0.25s;
|
||||
animation-timing-function: ease-in-out;
|
||||
animation-fill-mode: both;
|
||||
.icn:hover {
|
||||
transform: scale(1.1, 1.1);
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
||||
Reference in New Issue
Block a user