• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.container {
2    display: flex;
3    flex-direction: column;
4    justify-content: center;
5    align-items: center;
6    left: 0px;
7    top: 0px;
8    width: 100%;
9    height: 100%;
10}
11
12.title {
13    font-size: 60px;
14    text-align: center;
15    width: 100%;
16    height: 40%;
17    margin: 10px;
18}
19
20.btn {
21    width: 50%;
22    height: 100px;
23    font-size: 40px;
24}
25