I\'m trying to create this top header using flexbox.
Basically I would like to center the (Institution inst
(Institution inst
Use justify-content: space-between; like this:
justify-content: space-between;
.container { display: flex; justify-content: space-between; }
A B C