File size: 412 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
html,
body {
  display: grid;
  place-content: center;
  margin: 0;
  height: 100%;
}

main {
  height: 50vh;
  width: 300px;
  text-align: center;
}

button[type="submit"] {
  cursor: pointer;
  width: 100%;
  outline: none;
  border: none;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  border-radius: 0.25rem;
  background: #0d6efd;
  font-size: 1.25rem;
  color: #ffffff;
}

.checkbox {
  min-height: 70px;
}