houde_web_api/public/static/css/header.css
2023-04-16 23:05:17 +08:00

6 lines
114 B
CSS

.header_box {
display: flex;
justify-content: center;
background-color: aqua;
color: blueviolet;
}