Anasayfa: Revizyonlar arasındaki fark
Portal OYUN sitesinden
More actions
Değişiklik özeti yok |
|||
1. satır: | 1. satır: | ||
<!-- Stil (Sayfanın en üstüne veya en altına ekleyebilirsin) --> | |||
<style> | |||
.game-slider { | |||
display: flex; | |||
overflow-x: auto; | |||
gap: 10px; | |||
padding: 10px 0; | |||
scroll-behavior: smooth; | |||
} | |||
< | .game-item { | ||
< | min-width: 200px; | ||
< | background-color: #f9f9f9; | ||
< | border: 1px solid #ccc; | ||
< | border-radius: 8px; | ||
</ | padding: 12px; | ||
text-align: center; | |||
white-space: nowrap; | |||
flex-shrink: 0; | |||
box-shadow: 2px 2px 5px rgba(0,0,0,0.1); | |||
transition: transform 0.2s; | |||
} | |||
.game-item:hover { | |||
transform: scale(1.05); | |||
} | |||
.game-item a { | |||
text-decoration: none; | |||
font-weight: bold; | |||
color: #2c3e50; | |||
} | |||
</style> | |||
<!-- Başlık --> | |||
<h2>🎮 Popüler Oyun Wikileri</h2> | |||
<!-- Oyunlar Slider --> | |||
<div class="game-slider"> | |||
<div class="game-item"><a href="/index.php/GTA_Wiki">GTA Wiki</a></div> | |||
<div class="game-item"><a href="/index.php/Fortnite_Wiki">Fortnite Wiki</a></div> | |||
<div class="game-item"><a href="/index.php/Zelda_Wiki">Zelda Wiki</a></div> | |||
<div class="game-item"><a href="/index.php/Elden_Ring_Wiki">Elden Ring Wiki</a></div> | |||
<div class="game-item"><a href="/index.php/Minecraft_Wiki">Minecraft Wiki</a></div> | |||
<div class="game-item"><a href="/index.php/Cyberpunk_Wiki">Cyberpunk Wiki</a></div> | |||
</div> |
00.52, 24 Temmuz 2025 tarihindeki hâli
<style> .game-slider {
display: flex; overflow-x: auto; gap: 10px; padding: 10px 0; scroll-behavior: smooth;
}
.game-item {
min-width: 200px; background-color: #f9f9f9; border: 1px solid #ccc; border-radius: 8px; padding: 12px; text-align: center; white-space: nowrap; flex-shrink: 0; box-shadow: 2px 2px 5px rgba(0,0,0,0.1); transition: transform 0.2s;
}
.game-item:hover {
transform: scale(1.05);
}
.game-item a {
text-decoration: none; font-weight: bold; color: #2c3e50;
} </style>