redesign #1
@ -9,20 +9,22 @@ body {
|
|||||||
|
|
||||||
#header_image_home {
|
#header_image_home {
|
||||||
background-color: rgb(29,49,49);
|
background-color: rgb(29,49,49);
|
||||||
background-image: url("/images/headers/index/index-w750.jpg");
|
background-image: url("/images/headers/index/index_w750.jpg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: top;
|
||||||
|
background-size: cover;
|
||||||
height: 275px;
|
height: 275px;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
margin-top: 40px;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: -170px;
|
top: -170px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#page_title { /* This needs to be bottom center of header-image-home/header-image */
|
#page_title { /* This needs to be bottom center of header-image-home/header-image */
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 4vw;
|
font-size: large;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -34,5 +36,6 @@ body {
|
|||||||
#content {
|
#content {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user