Added settings for header image proportionally scaling.
This commit is contained in:
parent
e2aa46474f
commit
cd60e69797
1 changed files with 7 additions and 0 deletions
|
@ -27,6 +27,13 @@ body {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
min-width: 700px;
|
||||||
|
max-width: 1920px;
|
||||||
|
width: 100%;
|
||||||
|
background-size: 100%;
|
||||||
background: url(../images/header-image.png) center 0 no-repeat;
|
background: url(../images/header-image.png) center 0 no-repeat;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue