fredboniface.co.uk/style/new_style.css

25 lines
440 B
CSS

html {
height: 100%;
}
body {
}
.header-image-home {
background-image: url(https://via.placeholder.com/375x335webp);
min-height: 50%;
width: 100%;
position: fixed;
top: 40px;
left: 0;
}
.page-title { /* This needs to be bottom center of header-image-home/header-image */
font-family: sans-serif;
font-size: 4vw;
text-align: center;
position: absloute;
box-shadow: 3px;
color: azure;
}