M1D15: CSS Grid Layout Part 4

Categories: Study Notes

Negative Grid Lines and Shorthand Syntax Grid lines also have negative indexes. You can reference grid lines starting from the far right or bottom edges of the grid, using negative line numbers. In this video, you’ll more line placement tips and a shorthand syntax for positioning items by line number. By setting the end value … Read More

M1D14: CSS Grid Layout Part 3

Categories: 6-Month Journey, Study Notes

Firefox Grid Inspector Tool Position Items by Grid Lines CSS Grid lets you exercise even greater control by specifying the placement of individual grid items. You can use grid line numbers to control how items are placed, by applying properties directly to a grid item. This gives you precise control over grid item placement, size … Read More