Unblocked Games.github [2021] Today

.game-tags display: flex; gap: 0.5rem; margin-top: 0.7rem; flex-wrap: wrap;

.repo-stats display: flex; gap: 1rem; font-size: 0.85rem; unblocked games.github

/* tabs style */ .tabs display: flex; gap: 0.2rem; border-bottom: 1px solid #30363d; margin-bottom: 1.5rem; flex-wrap: wrap; .game-tags display: flex

.search-box:focus border-color: #f78166; .repo-stats display: flex

@keyframes fadeInUp from opacity: 0; transform: translateY(20px); to opacity: 1; transform: translateY(0);

.tab.active color: #f0f6fc; background: #161b22; border-bottom: 2px solid #f78166;

// DOM elements const gamesContainer = document.getElementById("gamesContainer"); const searchInput = document.getElementById("searchInput"); const modal = document.getElementById("gameModal"); const modalTitle = document.getElementById("modalGameTitle"); const gameIframe = document.getElementById("gameIframe"); const closeModalBtn = document.getElementById("closeModalBtn");