Closed MartinRosenberg closed 1 week ago
Name | Link |
---|---|
Latest commit | 8bbc6071562faa2d8f52a864de544e494a60dd7f |
Latest deploy log | https://app.netlify.com/sites/danlevy/deploys/6732e197d9677500083d3e10 |
Thanks for the fix @MartinRosenberg ! I kept going back and forth on how many old vs. new questions to add and think I mangled the content in there.
Question 10 asks how to center a block vertically, and says that
margin: auto
is the answer—but auto margins can only center a block horizontally, not vertically. Thankfully, as of earlier in 2024,align-content
can now apply to flow layout as well as flexbox and grid.