A simple, four-column site footer with a logo and navigation blocks.

Dependencies

As you see, it uses custom color values from the $colors map.

We included it as a demonstration in this file, but you usually want to add it to your basic config file, which you load the very first.

scss
$colors: (
'footer': (
'background': hsl(215deg 100% 98%),
),
),

Resources