Main Page: Difference between revisions
From GGNet Wiki
More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<h1>GGNet Game Wiki's</h1> | |||
<style> | |||
.gallery { | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 2rem; | |||
justify-content: center; | |||
} | |||
.gallery-item { | |||
width: 160px; | |||
text-align: center; | |||
} | |||
.gallery-item a { | |||
font-weight: bold; | |||
color: #0066cc; | |||
text-decoration: none; | |||
} | |||
.gallery-item a:hover { | |||
text-decoration: underline; | |||
} | |||
.gallery-item img { | |||
max-width: 100%; | |||
height: auto; | |||
border-radius: 4px; | |||
margin-bottom: 0.75rem; | |||
} | |||
</style> | |||
<div class="gallery"> | <div class="gallery"> | ||
<div class="gallery-item"> | <div class="gallery-item"> | ||
<img src="/images/wiki_ggnet/7/76/Slay2.jpg" alt="Slay the Spire 2" /> | |||
<br /> | <br /> | ||
<a href="https://ggnet.wiki/slay-the-spire-2">Slay the Spire 2 Wiki</a> | |||
</div> | </div> | ||
<div class="gallery-item"> | <div class="gallery-item"> | ||
<img src="/images/wiki_ggnet/3/45/Game_One.png" alt="Grounded 2" /> | |||
<br /> | <br /> | ||
<a href="https://ggnet.wiki/Game_One">Grounded 2 Wiki</a> | |||
</div> | </div> | ||
</div> | </div> |
Revision as of 19:27, 16 June 2025
GGNet Game Wiki's
<style> .gallery {
display: flex; flex-wrap: wrap; gap: 2rem; justify-content: center;
} .gallery-item {
width: 160px; text-align: center;
} .gallery-item a {
font-weight: bold; color: #0066cc; text-decoration: none;
} .gallery-item a:hover {
text-decoration: underline;
} .gallery-item img {
max-width: 100%; height: auto; border-radius: 4px; margin-bottom: 0.75rem;
} </style>
<img src="/images/wiki_ggnet/7/76/Slay2.jpg" alt="Slay the Spire 2" />
<a href="https://ggnet.wiki/slay-the-spire-2">Slay the Spire 2 Wiki</a>
<img src="/images/wiki_ggnet/3/45/Game_One.png" alt="Grounded 2" />
<a href="https://ggnet.wiki/Game_One">Grounded 2 Wiki</a>