Comments on: Using Grid Named Areas to Visualize (and Reference) Your Layout https://css-tricks.com/using-grid-named-areas-to-visualize-and-reference-your-layout/ Tips, Tricks, and Techniques on using Cascading Style Sheets. Mon, 10 Oct 2022 16:18:48 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Loki https://css-tricks.com/using-grid-named-areas-to-visualize-and-reference-your-layout/#comment-1797371 Mon, 10 Oct 2022 16:18:48 +0000 https://css-tricks.com/?p=372634#comment-1797371 In reply to Manny Fleurmond.

everything was clear and easy to understand except for implicitly-named grid lines.. really grateful for the knowledge

]]>
By: Noam https://css-tricks.com/using-grid-named-areas-to-visualize-and-reference-your-layout/#comment-1796893 Mon, 29 Aug 2022 20:25:20 +0000 https://css-tricks.com/?p=372634#comment-1796893 I used named grid areas in a calculator app/component.

The point is that calculators have a standard layout for the buttons (0 is at the bottom, 1 above it, etc.) which I wanted to keep visually, but I also wanted to keep the HTML matching the logical order (0 is before 1 etc.)

I used the “ASCII” method to easily place the buttons in their visual positions. It also naturally helped with the + button being larger.

]]>
By: Joel https://css-tricks.com/using-grid-named-areas-to-visualize-and-reference-your-layout/#comment-1796874 Sun, 28 Aug 2022 15:54:32 +0000 https://css-tricks.com/?p=372634#comment-1796874 Thanks for the article! If those long strings for 12 columns can be redefined with variables $head12 or $head4, a fairly complex layout could be achieved with only a few variables. But not sure about that.

]]>
By: Manny Fleurmond https://css-tricks.com/using-grid-named-areas-to-visualize-and-reference-your-layout/#comment-1796870 Sun, 28 Aug 2022 06:28:18 +0000 https://css-tricks.com/?p=372634#comment-1796870 Thank you for the thorough tutorial on grid areas. This gives me a great starting point and enough courage to start messing with grid layouts now

]]>
By: Pete https://css-tricks.com/using-grid-named-areas-to-visualize-and-reference-your-layout/#comment-1796863 Sat, 27 Aug 2022 05:52:56 +0000 https://css-tricks.com/?p=372634#comment-1796863 I am absolutely bookmarking this for the next time I need to create a grid-based layout!

]]>