<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Steffen Moreano Guerra</title>
    <description>The latest articles on DEV Community by Steffen Moreano Guerra (@moreano).</description>
    <link>https://dev.to/moreano</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2198297%2Fef20ffff-09d4-4e20-bfa3-754ca318d667.png</url>
      <title>DEV Community: Steffen Moreano Guerra</title>
      <link>https://dev.to/moreano</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/moreano"/>
    <language>en</language>
    <item>
      <title>Vertical alignment of 3 grid-areas in the left column with 1 grid-area in the right column</title>
      <dc:creator>Steffen Moreano Guerra</dc:creator>
      <pubDate>Fri, 11 Oct 2024 12:02:08 +0000</pubDate>
      <link>https://dev.to/moreano/vertical-alignment-of-3-grid-areas-in-the-left-column-with-1-grid-area-in-the-right-column-56go</link>
      <guid>https://dev.to/moreano/vertical-alignment-of-3-grid-areas-in-the-left-column-with-1-grid-area-in-the-right-column-56go</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F72av1omrka2ifdzvmzs8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F72av1omrka2ifdzvmzs8.png" alt="Image description" width="800" height="367"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hello,&lt;br&gt;
I've got a grid-template defined as&lt;/p&gt;

&lt;p&gt;grid-template: 1fr auto 1fr / 1fr 1fr;&lt;br&gt;
      grid-template-areas:&lt;br&gt;
        "breadcrumb image"&lt;br&gt;
        "title image"&lt;br&gt;
        "text image";&lt;/p&gt;

&lt;p&gt;I want to have the 3 areas vertical aligned center on the left hand side of the image (see screenshot).&lt;/p&gt;

&lt;p&gt;Does anyone's got an idea on how to fix this using CSS?&lt;/p&gt;

&lt;p&gt;Thx in advance&lt;br&gt;
Steffen&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
