๐Ÿ“ฆ danielfspencer / blizzard-4

๐Ÿ“„ style.css ยท 18 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18#main {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

#stats {
  width: 340px;
  text-align: right;
}

code {
  display: inline-block;
  text-align: left;
  width: 150px;
  margin-left: 10px;
}