Add log in functionality

This commit is contained in:
2020-06-18 14:48:12 +02:00
parent 1b80190b11
commit b796f6bf47
22 changed files with 219 additions and 40 deletions

View File

@@ -123,21 +123,18 @@ header li a {
main {
background: white;
}
.hero {
/* Sizing */
width: 100vw;
height: 100vh;
/* Flexbox stuff */
display: flex;
justify-content: center;
align-items: center;
/* Text styles */
text-align: center;
color: white;
/* Background styles */
background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url('https://www.pepperconstruction.com/sites/default/files/images/pmc1.jpg');
background-size: cover;
background-position: center center;
@@ -145,3 +142,9 @@ main {
background-attachment: fixed;
}
.hero h1 {
font-size: 5em;
margin-top: 0;
margin-bottom: 0.5em;
}