Site-Proximo/src/css/Views/home.css
2021-02-19 13:02:14 +01:00

39 rindas
No EOL
652 B
CSS

body {
-webkit-user-select: none;
-webkit-touch-callout: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.home{
flex:1;
height:100%;
display:flex;
flex-direction: column;
}
.content {
display:flex;
flex-direction: column;
align-items: center;
padding-top:7%;
padding-bottom:5%
}
.contentTxt {
display: flex;
font-family: 'Wellfleet', cursive;
font-size:4vw;
color:white;
text-align: center;
width:40%;
margin-bottom:4%;
}
.buttonBlock {
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}