site-proximo/Site-Proximo-v2/src/css/Views/home_sass.scss
2020-09-18 13:04:21 +02:00

30 lines
No EOL
452 B
SCSS

.home {
height:50vw;
background-color:black;
}
.content {
display: flex;
flex-direction: column;
align-items: center;
height:40vw;
}
.contentTxt {
display: flex;
flex:2;
align-items: center;
font-family: 'Wellfleet', cursive;
font-size:4vw;
color:white;
text-align: center;
width:40%;
}
.buttonBlock {
display: flex;
flex:1;
justify-content: center;
align-items: center;
}