horizonevent/src/App.css

31 lines
494 B
CSS
Raw Normal View History

2020-11-13 00:39:11 +00:00
body {
background: transparent url(./img/bg.jpg) no-repeat;
}
2020-11-13 00:39:11 +00:00
.App {
text-align: center;
height: 100vh;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
2020-11-13 00:39:11 +00:00
.App .Main {
height: 60vh;
width: 40%;
background: #fff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
2020-11-13 00:39:11 +00:00
.App .Main form {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}