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

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