created 3 blocks
This commit is contained in:
@@ -2,12 +2,30 @@
|
||||
text-align: center;
|
||||
background-image: url('../assets/banner.png');
|
||||
height: 822px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
grid-gap: 2em;
|
||||
h1 {
|
||||
font-family: "Mulish", sans-serif;
|
||||
/* position: relative;
|
||||
top:100px;
|
||||
left:auto;*/
|
||||
font: {
|
||||
size: 65px;
|
||||
weight: 800;
|
||||
}
|
||||
text-transform: uppercase;
|
||||
width: 1051px;
|
||||
margin: 5em auto;
|
||||
margin: 0 auto;
|
||||
color: var(--main-text-color);
|
||||
}
|
||||
button {
|
||||
padding: 16px 42px;
|
||||
margin: 0 auto;
|
||||
background-color: #FFFFFF;
|
||||
border-radius: 4px;
|
||||
font: {
|
||||
size: 24px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user