StealThis .dev

Footer Links

Multi-column site footer with logo, link groups, newsletter subscribe input, social icons, and legal row. Pure CSS responsive layout.

Open in Lab
css vanilla-js
Targets: JS HTML

Code

A full-featured site footer with logo + tagline, 4-column link groups, newsletter subscription input with inline validation, social media icon row, and a bottom legal/copyright bar.

Features

  • 4-column responsive grid that stacks to 2 columns on tablet and 1 on mobile
  • Newsletter email input with simple JS validation and success feedback
  • Social icon links (GitHub, Twitter/X, Discord, LinkedIn) with hover transitions
  • Legal row: copyright text + Privacy and Terms links
  • Dark background contrasting your site’s main palette

How it works

  1. Grid uses display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) for responsive columns
  2. Newsletter JS: validates email format, shows success checkmark, resets after 3 s
  3. SVG social icons are inline for zero-dependency icon rendering