1
0
Fork 0
This repository has been archived on 2021-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
dennogumi.org-archive/_posts/design/2014-10-09-header-full-width-image.md
Moritz »mo.« Sauer 5cbd281bfa update
2015-02-07 14:17:54 +01:00

30 lines
No EOL
659 B
Markdown
Executable file

---
layout: post
title: "Header with a Full-Width-Image"
subheadline: "Headers With Style"
description: "Feeling Responsive allows you to use all kinds of headers. This example shows a header with a <em>full-width-image</em>."
categories:
- design
tags:
- design
- background color
- header
image:
thumb: "unsplash_brooklyn-bridge_thumb.jpg"
header:
image_fullwidth: "unsplash_brooklyn-bridge_header.jpg"
---
It's so easy to do. Just define in front matter your image.
## Front Matter Code
~~~
header:
image_fullwidth: "unsplash_brooklyn-bridge_header.jpg"
~~~
### All Header-Styles
{% include list-posts.html tag='header' %}