Align-content Solution
This lesson contains the solutions to the exercises on align-content in the previous lesson.
We'll cover the following...
Solution - Exercise 1: Align content of phone buttons
There is a 50px
distance between adjacent buttons and before the first button.
Step 1: Setting up the container as a Flexbox with wrap property on.
.container {
display:
...