.comparison h3 font-size: 1.5rem; margin-bottom: 1rem; color: #0f172a;
.badge display: inline-block; background: #f1f5f9; padding: 0.3rem 1rem; border-radius: 40px; font-size: 0.85rem; font-weight: 600; color: #1e293b; margin-bottom: 1.5rem; border-left: 4px solid #3b82f6; html and css and javascript pdf
<!-- Deep dive section: Comparison --> <div class="comparison"> <h3>🔍 How They Work Together</h3> <table> <thead> <tr><th>Technology</th><th>Primary Role</th><th>Example Use</th></tr> </thead> <tbody> <tr><td><strong>HTML</strong></td><td>Content & Structure</td><td>Headings, paragraphs, forms, images</td></tr> <tr><td><strong>CSS</strong></td><td>Presentation & Layout</td><td>Colors, fonts, responsive grids, animations</td></tr> <tr><td><strong>JavaScript</strong></td><td>Behavior & Interactivity</td><td>Form validation, live updates, API calls, animations</td></tr> </tbody> </table> <p style="margin-top: 1rem;">✨ <strong>Interactive synergy:</strong> HTML builds the container, CSS makes it stunning, JavaScript adds intelligence — creating seamless user experiences.</p> </div> .comparison h3 font-size: 1.5rem
.card p color: #1e293b; line-height: 1.5; margin-bottom: 1rem; .badge display: inline-block
.pdf-btn background: #3b82f6; border: none; color: white; padding: 8px 24px; border-radius: 40px; font-weight: 600; cursor: pointer; font-size: 0.9rem; transition: 0.2s; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
th background: #e2e8f0; font-weight: 600;
footer margin-top: 2rem; text-align: center; font-size: 0.8rem; color: #64748b; border-top: 1px solid #e2e8f0; padding-top: 1.5rem;