webring
This commit is contained in:
parent
cc7911812d
commit
f433492cce
2 changed files with 6 additions and 6 deletions
|
@ -40,9 +40,9 @@
|
|||
<section class="grid-item zoom" id="retronaut" style="text-align: center;">
|
||||
Retronaut
|
||||
<br>
|
||||
<a href='https://webring.dinhe.net/prev/arrayinamatrix.xyz/'>Previous</a>
|
||||
<a href='https://webring.dinhe.net/prev/https://arrayinamatrix.xyz'>Previous</a>
|
||||
<a href='https://webring.dinhe.net/next/https://arrayinamatrix.xyz'>Next</a>
|
||||
<a href="https://webring.dinhe.net/random">Random</a>
|
||||
<a href='https://webring.dinhe.net/next/arrayinamatrix.xyz/'>Next</a>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -712,23 +712,23 @@ section {
|
|||
transition: transform .2s;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.zoom img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.zoom:hover {
|
||||
transform: scale(1.5);
|
||||
}
|
||||
|
||||
.grid,
|
||||
grid-item {
|
||||
.grid {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
.grid-item {
|
||||
margin: 2%;
|
||||
margin-top: 0;
|
||||
}
|
Loading…
Add table
Reference in a new issue