Release 0.92 2014-12-21
This commit is contained in:
parent
3068e7a7aa
commit
a56896dda4
114 changed files with 10775 additions and 2079 deletions
27
_posts/design/2014-10-08-header-pattern.md
Normal file
27
_posts/design/2014-10-08-header-pattern.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
layout: post
|
||||
title: "Header Image With Pattern"
|
||||
subheadline: "Headers With Style"
|
||||
meta_description:
|
||||
description: "Feeling Responsive allows you to use all different kinds of headers. This example shows a header image in front of a pattern behind it."
|
||||
categories:
|
||||
- design
|
||||
tags:
|
||||
- design
|
||||
- pattern
|
||||
- header
|
||||
header:
|
||||
image: "header_unsplash_2-970x.jpg"
|
||||
pattern: "pattern_concrete.jpg"
|
||||
color: ""
|
||||
---
|
||||
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-color/).
|
||||
|
||||
|
||||
## Header Image With Pattern
|
||||
|
||||
~~~
|
||||
header:
|
||||
image: "header_unsplash_2-970x.jpg"
|
||||
pattern: "pattern_concrete.jpg"
|
||||
~~~
|
||||
Reference in a new issue