Anasayfa
Portal OYUN sitesinden
More actions
<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>