React_Router_and_Ant_Design/src/App.css
2021-09-28 07:31:47 +07:00

17 lines
289 B
CSS

.site-page-header-ghost-wrapper {
padding: 5px;
background-color: #f5f5f5;
}
.ant-layout-content {
text-align: center;
height: 900px;
color: rgb(0, 0, 0);
line-height: 120px;
background: rgb(197, 197, 197);
}
.ant-layout-footer {
text-align: center;
line-height: 1.5;
}