1 2 3 4 5 6 7 8 9 10 11 12
footer { margin-top: 48px; } footer .flex { display: flex; justify-content: space-between; } footer .flex * { margin: 20px 0; }