Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorKeichi Takahashi <keichi.t@me.com>2015-02-03 18:14:48 +0300
committerKeichi Takahashi <keichi.t@me.com>2015-02-03 18:14:48 +0300
commit052e93c7528ac8cc338c1a954ca2f8d9564656a5 (patch)
treeb7520c876b2c3bda1e4c375a2228f1a87263b1f7 /static
parenta79c1b818319b1336e773899213944e3dec785c3 (diff)
New header image style
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css2
-rw-r--r--static/images/bg.jpgbin33321 -> 351009 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index fe8ae9c..f189abf 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -12,6 +12,8 @@ main {
.header-img {
width: 100%;
height: 100%;
+ background-image: url(/images/bg.jpg);
+ background-size: cover;
}
.header-text {
diff --git a/static/images/bg.jpg b/static/images/bg.jpg
index 4cf18b0..818da92 100644
--- a/static/images/bg.jpg
+++ b/static/images/bg.jpg
Binary files differ