10 lines
151 B
CSS
10 lines
151 B
CSS
#main-container {
|
|
width: 60%;
|
|
}
|
|
|
|
#main-header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
color: white;
|
|
} |