<?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: Srhiulli</title>
    <description>The latest articles on DEV Community by Srhiulli (@srhiulli).</description>
    <link>https://dev.to/srhiulli</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%2F923221%2Fb3ec9a76-ce68-472a-a5c5-9d3f4434a1aa.jpeg</url>
      <title>DEV Community: Srhiulli</title>
      <link>https://dev.to/srhiulli</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/srhiulli"/>
    <language>en</language>
    <item>
      <title>Learning Flexbox: My Journey of Replicating Instagram's Layout</title>
      <dc:creator>Srhiulli</dc:creator>
      <pubDate>Tue, 14 Mar 2023 00:29:38 +0000</pubDate>
      <link>https://dev.to/srhiulli/learning-flexbox-my-journey-of-replicating-instagrams-layout-170</link>
      <guid>https://dev.to/srhiulli/learning-flexbox-my-journey-of-replicating-instagrams-layout-170</guid>
      <description>&lt;p&gt;As a beginner in web development, I wanted to learn how to create flexible and responsive layouts using CSS. I discovered Flexbox and decided to replicate the mobile version of Instagram's layout to test my new knowledge.&lt;/p&gt;

&lt;p&gt;To begin the task:&lt;br&gt;
1- I looked at Instagram's page source code and based my HTML on it.&lt;br&gt;
2-To ensure the layout was accurate, I carefully checked the sizing, padding, border, and margin values of the page's elements.&lt;br&gt;
3- I used Flexbox properties such as justify-content, align-items, and flex-wrap to precisely position and align elements on the page. &lt;/p&gt;

&lt;p&gt;In resume what I discovered with it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;display:flex; defines an element as a flex container;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;flex-direction: defines the main direction of elements within the flex container;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;justify-content: defines how elements are distributed along the main axis of the flex container;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;align-items: defines how elements are aligned along the cross axis of the flex container;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;flex-wrap: defines whether elements within the flex container should be arranged in one or multiple lines;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;flex-basis: defines the base size of a flex item, based if the display is in collumn or in row&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Although it was challenging, taking me three days to complete, the experience taught me valuable skills and improved my understanding of Flexbox. I now have a better grasp of how to create modern, visually appealing layouts that are both flexible and responsive.&lt;/p&gt;

&lt;p&gt;Take a look :D&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;a href="https://srhiulli.github.io/InstagramPage/" rel="noopener noreferrer"&gt;
      srhiulli.github.io
    &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>beginners</category>
      <category>css</category>
    </item>
    <item>
      <title>Discovering the Magic of CSS and HTML</title>
      <dc:creator>Srhiulli</dc:creator>
      <pubDate>Mon, 27 Feb 2023 23:11:45 +0000</pubDate>
      <link>https://dev.to/srhiulli/discovering-the-magic-of-css-and-html-5b8p</link>
      <guid>https://dev.to/srhiulli/discovering-the-magic-of-css-and-html-5b8p</guid>
      <description>&lt;p&gt;I am thrilled to share that I have recently embarked on a journey of learning CSS and HTML. As someone who has always been passionate about the beauty things and design.&lt;/p&gt;

&lt;p&gt;As I have started to explore the intricacies of CSS and HTML, I have been struck by the sheer power and versatility of these technologies. &lt;/p&gt;

&lt;p&gt;CSS, for example, allows you to completely transform the visual appearance of a web page with just a few lines of code. You can adjust everything from the layout and positioning of elements to the fonts, colors, and animation effects used to bring the page to life.&lt;/p&gt;

&lt;p&gt;HTML, on the other hand, is the backbone of every web page. It provides the structure and content that is then styled and formatted by CSS.&lt;/p&gt;

&lt;p&gt;One of the most gratifying aspects of learning CSS and HTML is the immediate feedback you get from the browser. it's possibilities are endless, and the sense of accomplishment when you finally get your page looking just right is truly addictive.&lt;/p&gt;

&lt;p&gt;Of course, learning any new skill takes time and effort. &lt;br&gt;
There are times when I feel frustrated  by the complexity that the code means to me, because I've never code before. But I am determined to persevere, cause I know that the rewards of mastering CSS and HTML will be worth it. &lt;/p&gt;

&lt;p&gt;In conclusion, I am excited to be on this journey of discovery and growth as I learn CSS and HTML. It IS a challenging and rewarding endeavor that I believe will make a difference both personally and professionally&lt;/p&gt;

&lt;p&gt;This is my first project:&lt;br&gt;
&lt;a href="https://srhiulli.github.io/MyFirstForm/"&gt;https://srhiulli.github.io/MyFirstForm/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading :D&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>css</category>
      <category>html</category>
    </item>
  </channel>
</rss>
