flexbox make first element header code example Example: first step of using flexbox in css .container { display: flex; /* or inline-flex */ }