summaryrefslogtreecommitdiffstats
path: root/src/styles/index.css
blob: 99fef17a7c30986ee18499b6c1f7503a2c7af98c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
  background-color: black;
  color: white;
  font-size: 1.3em
}
div {
  display: flex;
  height: 95vh;
  align-items: center;
  justify-content: center;
}
input[type="text"] {
  margin: 5px;
}
button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}