CSS
语言:
CSSSCSS
确定
/* ---------------------------------------------
Assets
--------------------------------------------- */
/* ---------------------------------------------
Colors
--------------------------------------------- */
/* ---------------------------------------------
Fonts
--------------------------------------------- */
/* ---------------------------------------------
Stylings
--------------------------------------------- */
html,
body {
height: 100%;
}
body {
padding: 0;
margin: 0;
display: -webkit-box;
display: -moz-box;
display: box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
box-p