You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
500 B
29 lines
500 B
.page {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
.fill {
|
|
margin-top: 30px;
|
|
padding: 10px;
|
|
width: 94%;
|
|
height: 360px;
|
|
background: url('../../static/img/home/fill-bg.svg') no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.title {
|
|
margin: 50px 0 0 48px;
|
|
color: #fff;
|
|
font-size: 48px;
|
|
}
|
|
|
|
.btn {
|
|
margin: 30px 0 0 50px;
|
|
color: #fff;
|
|
text-align: center;
|
|
width: 200px;
|
|
border: solid 1px #fff;
|
|
border-radius: 10px;
|
|
}
|
|
}
|