Articles by

Preethi Selvam

Direct link to the article Using Grid Named Areas to Visualize (and Reference) Your Layout

Using Grid Named Areas to Visualize (and Reference) Your Layout

Whenever we build simple or complex layouts using CSS Grid, we’re usually positioning items with line numbers. Grid layouts contain grid lines that are automatically indexed with positive and negative line numbers (that is unless we explicitly name them). …