
Bryan Stifle
2,508 PointsThis works in the workspace but not in the quiz...
.row { display: flex; flex-wrap: wrap; justify-content: space-between; }
.item-1 { margin-right: auto; }
.item-6 { margin-left: auto; }
2 Answers

Jason Anello
Courses Plus Student 94,579 PointsHi Bryan,
You only need the .row rule.

Bryan Stifle
2,508 PointsThanks man!