minix-template
Version:
minix template
23 lines (19 loc) • 314 B
CSS
/* common import css */
@import "../../../common/css/common.css";
.container {
justify-content: center;
align-items: center;
}
.title {
color: #333333;
font-size: 16px;
}
.title span {
color: red;
}
#button {
font-size: 16px;
padding-top: 50px;
align-items: center;
justify-content: center;
}