7 lines
106 B
CSS
7 lines
106 B
CSS
|
header {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
gap: 10px;
|
||
|
}
|