<?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: WhiteMars</title>
    <description>The latest articles on DEV Community by WhiteMars (@whitemars).</description>
    <link>https://dev.to/whitemars</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%2F1933802%2F9d734f97-ec33-4aa2-878a-f7304051b699.jpg</url>
      <title>DEV Community: WhiteMars</title>
      <link>https://dev.to/whitemars</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/whitemars"/>
    <language>en</language>
    <item>
      <title>Html/Css flexbox problem</title>
      <dc:creator>WhiteMars</dc:creator>
      <pubDate>Thu, 15 Aug 2024 14:34:12 +0000</pubDate>
      <link>https://dev.to/whitemars/htmlcss-flexbox-problem-3b7g</link>
      <guid>https://dev.to/whitemars/htmlcss-flexbox-problem-3b7g</guid>
      <description>&lt;p&gt;Hi !&lt;br&gt;
I've just joined dev.to, looking for some answers to my code because i'm a beginner in this world of coding lines.&lt;/p&gt;

&lt;p&gt;I'm not succeeding to align my cards. So i wanted to know if someone could help me with my exercise project.&lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;        &amp;lt;h1&amp;gt;Menus&amp;lt;/h1&amp;gt;

            &amp;lt;img src="path/Img/kimchi.jpg" alt="Kimchi"&amp;gt;

                &amp;lt;p&amp;gt;Le kimchi, un mets emblématique coréen, est une savoureuse fermentation de légumes épicés, apportant à chaque bouchée un équilibre unique de saveurs piquantes, salées et umami.&amp;lt;/p&amp;gt;



           &amp;lt;img src="path/Img/kimchi.jpg" alt="Kimchi"&amp;gt;

                &amp;lt;p&amp;gt;Le kimchi, un mets emblématique coréen, est une savoureuse fermentation de légumes épicés, apportant à chaque bouchée un équilibre unique de saveurs piquantes, salées et umami.&amp;lt;/p&amp;gt;



            &amp;lt;img src="path/Img/kimchi.jpg" alt="Kimchi"&amp;gt;

                &amp;lt;p&amp;gt;Le kimchi, un mets emblématique coréen, est une savoureuse fermentation de légumes épicés, apportant à chaque bouchée un équilibre unique de saveurs piquantes, salées et umami.&amp;lt;/p&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h1&gt;
  
  
  menusection h1 {
&lt;/h1&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;display: flex;
flex-direction: column;
align-items: center;
font-size: 50px;
font-family: "WaffleSoft"; 
color: #BE4E2E;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;}&lt;/p&gt;

&lt;p&gt;.menusection {&lt;br&gt;
    display: flex;&lt;br&gt;
    justify-content: center;&lt;br&gt;
    align-items: center;&lt;br&gt;
    position: relative;&lt;br&gt;
    width: 100%;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;.menu {&lt;br&gt;
    width: 320px;&lt;br&gt;
    overflow: hidden;&lt;br&gt;
    border-radius: 8px;&lt;br&gt;
    box-shadow: 0px 0px 5px rgba(20, 20, 20, 0.25);&lt;br&gt;
    margin: 20px;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;.menu img {&lt;br&gt;
    width: 100%;&lt;br&gt;
    height: auto;&lt;br&gt;
    object-fit: contain;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;.menudescription p {&lt;br&gt;
    line-height: 1,5;&lt;br&gt;
    font-size: 14px;&lt;br&gt;
    padding: 16px 10px 10px;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;REMINDER: Please be kind, i'm new&lt;/p&gt;

&lt;p&gt;Enjoy your day ! &lt;/p&gt;

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