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-08-header-image-pattern.md
2015-02-25 13:54:46 +01:00

32 lines
No EOL
789 B
Markdown
Executable file
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: page
title: "Header Image With Pattern"
subheadline: "Headers With Style"
teaser: "Feeling Responsive allows you to use all kinds of headers. This example shows a header image in front of a pattern."
categories:
- design
tags:
- design
- pattern
- header
header:
image: header_unsplash_2-970x.jpg
pattern: pattern_concrete.jpg
---
It's so easy to do. Just define in front matter an image and a pattern image. Instead of a pattern you can also use a color. Have a look at the [example with a background color]({{ site.url }}/design/header-image-color/).
## Front Matter Code
~~~
header:
image: "header_unsplash_2-970x.jpg"
pattern: "pattern_concrete.jpg"
~~~
### All Header-Styles
{: .t60 }
{% include list-posts.html tag='header' %}