Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main Page: Difference between revisions

From GGNet Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
__HTML__
<title>GGNET Wiki - Anasayfa</title>
<h1 style="text-align:center; margin-bottom:2rem;">Welcome to GGNET Wiki</h1>
<style>
  body {
    font-family: Arial, sans-serif;
    background: #f9f9f9;
    color: #222;
    margin: 0;
    padding: 2rem;
  }
  h1 {
    text-align: center;
    margin-bottom: 2rem;
  }
  .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
  .gallery-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 160px;
    padding: 1rem;
    box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);
    text-align: center;
    transition: box-shadow 0.3s ease;
  }
  .gallery-item:hover {
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.2);
  }
  .gallery-item img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
    margin-bottom: 0.75rem;
  }
  .gallery-title {
    font-weight: 700;
    font-size: 1rem;
    color: #0066cc;
    text-decoration: none;
    display: block;
  }
  .gallery-title:hover {
    text-decoration: underline;
  }
</style>
</head>
<body>


<div style="display:flex; flex-wrap:wrap; justify-content:center; gap:2rem;">
<h1>Welcome to GGNET Wiki</h1>
   <div style="background:#fff; border:1px solid #ddd; border-radius:8px; width:160px; padding:1rem; text-align:center;">
 
     <img src="/images/wiki_ggnet/7/76/Slay2.jpg" alt="Slay the Spire 2" style="max-width:100%; height:auto; border-radius:4px; margin-bottom:0.75rem;" />
<div class="gallery">
     <a href="https://ggnet.wiki/slay-the-spire-2" style="font-weight:700; font-size:1rem; color:#0066cc; text-decoration:none;">Slay the Spire 2</a>
   <div class="gallery-item">
     <img src="/images/wiki_ggnet/7/76/Slay2.jpg" alt="Slay the Spire 2" />
     <a href="https://ggnet.wiki/slay-the-spire-2" class="gallery-title">Slay the Spire 2</a>
  </div>
  <div class="gallery-item">
    <img src="/images/wiki_ggnet/3/45/Game_One.png" alt="Game One" />
    <a href="https://ggnet.wiki/Game_One" class="gallery-title">Game One</a>
  </div>
  <div class="gallery-item">
    <img src="/images/wiki_ggnet/9/99/Another_Game.jpg" alt="Another Game" />
    <a href="https://ggnet.wiki/Another_Game" class="gallery-title">Another Game</a>
   </div>
   </div>
  <!-- Diğer kutular buraya -->
</div>
</div>

Revision as of 19:16, 16 June 2025

<title>GGNET Wiki - Anasayfa</title> <style>

 body {
   font-family: Arial, sans-serif;
   background: #f9f9f9;
   color: #222;
   margin: 0;
   padding: 2rem;
 }
 h1 {
   text-align: center;
   margin-bottom: 2rem;
 }
 .gallery {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 2rem;
 }
 .gallery-item {
   background: #fff;
   border: 1px solid #ddd;
   border-radius: 8px;
   width: 160px;
   padding: 1rem;
   box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);
   text-align: center;
   transition: box-shadow 0.3s ease;
 }
 .gallery-item:hover {
   box-shadow: 0 5px 15px rgb(0 0 0 / 0.2);
 }
 .gallery-item img {
   max-width: 100%;
   height: auto;
   object-fit: contain;
   border-radius: 4px;
   margin-bottom: 0.75rem;
 }
 .gallery-title {
   font-weight: 700;
   font-size: 1rem;
   color: #0066cc;
   text-decoration: none;
   display: block;
 }
 .gallery-title:hover {
   text-decoration: underline;
 }

</style> </head> <body>

Welcome to GGNET Wiki