6 lines
114 B
CSS
6 lines
114 B
CSS
.header_box {
|
|
display: flex;
|
|
justify-content: center;
|
|
background-color: aqua;
|
|
color: blueviolet;
|
|
} |