Add log in functionality
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user