Favico + bouton
This commit is contained in:
parent
1b892e8ec2
commit
4fb04980fc
5 changed files with 64 additions and 60 deletions
|
@ -6,6 +6,7 @@ header.masthead {
|
|||
min-height: auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
video {
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
|
@ -14,6 +15,34 @@ header.masthead {
|
|||
background-size: cover;
|
||||
overflow: hidden;
|
||||
}
|
||||
.header-content {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding: 100px 15px 100px;
|
||||
text-align: center;
|
||||
.header-content-inner {
|
||||
h1 {
|
||||
font-size: 30px;
|
||||
font-weight: 700;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
hr {
|
||||
margin: 30px auto;
|
||||
}
|
||||
p {
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
margin-bottom: 50px;
|
||||
color: fade-out(white, .3);
|
||||
}
|
||||
}
|
||||
}
|
||||
a {
|
||||
position: absolute;
|
||||
bottom: 2rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
height: 100%;
|
||||
.header-content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue