Blog De Libros Pdf Google Drive May 2026
/* sección de posts (entradas del blog) */ .posts-grid display: flex; flex-direction: column; gap: 2rem;
/* Encabezado principal tipo blog */ .blog-header background: linear-gradient(135deg, #1e3c2c 0%, #2a5a3a 100%); color: white; padding: 2.5rem 2rem; text-align: center; box-shadow: 0 8px 20px rgba(0,0,0,0.1); Blog De Libros Pdf Google Drive
// ======================== // 5. FILTROS Y NAVEGACIÓN // ======================== function initFilters() const filterBtns = document.querySelectorAll('.filter-btn'); filterBtns.forEach(btn => btn.addEventListener('click', () => const filterValue = btn.getAttribute('data-filter'); if (!filterValue) return; activeFilter = filterValue; renderPosts(); // Actualizar clase activa filterBtns.forEach(b => b.classList.remove('active')); btn.classList.add('active'); ); ); /* sección de posts (entradas del blog) */
.modal-content background: #fff6ed; width: 90%; max-width: 1100px; height: 85%; border-radius: 32px; display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 25px 40px rgba(0,0,0,0.3); padding: 2.5rem 2rem