style.css 100 字节
Newer Older
1 2 3 4
html,
body {
  height: 100%;
  width: 100%;
6
64104061f23fda247c679fa8 已提交
5
}
6 7

.container {
6
64104061f23fda247c679fa8 已提交
8 9
  text-align: center;
  padding: 64px;
10
}