Club | Appsafe
.search-box flex: 2; min-width: 200px;
// close modal document.querySelector(".close-modal").addEventListener("click", () => document.getElementById("appModal").style.display = "none"; ); window.addEventListener("click", (e) => const modal = document.getElementById("appModal"); if (e.target === modal) modal.style.display = "none"; ); appsafe club
/* main container */ .container max-width: 1300px; margin: 2rem auto; padding: 0 1.5rem; .search-box flex: 2
// optional: Add a little "join club" vibe to console (just fun) console.log("🛡️ AppSafe Club — helping you choose secure apps since 2025"); </script> </body> </html> document.getElementById("appModal").style.display = "none"
.logo-area display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
.cat-btn background: #eef3f6; border: none; padding: 0.5rem 1rem; border-radius: 40px; font-weight: 500; cursor: pointer; transition: 0.2s; color: #1e3b4a;
.nav-links display: flex; gap: 1.8rem; margin-top: 0.5rem;