<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Grid on Kaisekukun</title><link>https://netguide.jp/en/tags/grid/</link><description>Recent content in Grid on Kaisekukun</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Kaisekukun</copyright><lastBuildDate>Sun, 15 Mar 2026 12:00:00 +0900</lastBuildDate><atom:link href="https://netguide.jp/en/tags/grid/index.xml" rel="self" type="application/rss+xml"/><item><title>Understanding CSS Subgrid Layout for Modern Design</title><link>https://netguide.jp/en/web/css-subgrid-layout-guide/</link><pubDate>Sun, 15 Mar 2026 12:00:00 +0900</pubDate><guid>https://netguide.jp/en/web/css-subgrid-layout-guide/</guid><description>&lt;img src="https://netguide.jp/img/thumbnail/css-subgrid-layout-guide-en.png" alt="Featured image of post Understanding CSS Subgrid Layout for Modern Design" /&gt;&lt;p&gt;CSS Grid revolutionized how web layouts are structured. However, a common challenge remained: aligning nested items (grandchild elements) inside parent Grid Items to the main grid lines.&lt;/p&gt;
&lt;p&gt;This was resolved with the introduction of &lt;strong&gt;CSS Subgrid&lt;/strong&gt;, a specification update for CSS Grid Layout. This article explains the fundamentals of CSS Subgrid and how to apply it to common layout problems like card lists.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="1-what-is-css-subgrid"&gt;1. What is CSS Subgrid?
&lt;/h2&gt;&lt;p&gt;Traditionally, only direct children of a Grid container can be positioned along the defined grid tracks. When you declare another grid inside a Grid Item, that nested grid is completely isolated from the outer parent grid.&lt;/p&gt;</description></item></channel></rss>