<?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: Cem coduroglu</title>
    <description>The latest articles on DEV Community by Cem coduroglu (@cem_coduroglu).</description>
    <link>https://dev.to/cem_coduroglu</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%2F808853%2F6465f1d7-c7b2-4882-b323-973f85c04648.jpg</url>
      <title>DEV Community: Cem coduroglu</title>
      <link>https://dev.to/cem_coduroglu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cem_coduroglu"/>
    <language>en</language>
    <item>
      <title>What i'm gonna do wrong?</title>
      <dc:creator>Cem coduroglu</dc:creator>
      <pubDate>Mon, 14 Feb 2022 12:44:20 +0000</pubDate>
      <link>https://dev.to/cem_coduroglu/what-im-gonna-do-wrong-eg3</link>
      <guid>https://dev.to/cem_coduroglu/what-im-gonna-do-wrong-eg3</guid>
      <description>&lt;p&gt;Hey guys, i just want to improve my HTML CSS skills. I found some challenging picture which is ;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--HA8IxitZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gylog4tikhxrqsrssaii.jpg" rel="noopener noreferrer"&gt;https://res.cloudinary.com/practicaldev/image/fetch/s--HA8IxitZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gylog4tikhxrqsrssaii.jpg&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;But im stucked on the first box line. I do display: inline-block but it won't work.&lt;/p&gt;

&lt;p&gt;My codes are like this ;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    &amp;lt;header class="header"&amp;gt;
        &amp;lt;h2&amp;gt;Employee Satisfaction Survey&amp;lt;/h2&amp;gt;
        &amp;lt;hr&amp;gt;
    &amp;lt;/header&amp;gt;

    &amp;lt;section&amp;gt;
        &amp;lt;div class="name"&amp;gt;
            &amp;lt;p&amp;gt;Name&amp;lt;/p&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div class="input-area"&amp;gt;
            &amp;lt;div class="input1"&amp;gt;
                &amp;lt;label&amp;gt;First Name&amp;lt;/label&amp;gt;&amp;lt;br&amp;gt;
                &amp;lt;input type="text" name="First Name"&amp;gt;
            &amp;lt;/div&amp;gt;
            &amp;lt;div class="input2"&amp;gt;
                &amp;lt;label&amp;gt;Last Name&amp;lt;/label&amp;gt;&amp;lt;br&amp;gt;
                &amp;lt;input type="text" name="Last Name"&amp;gt;
            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/section&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And CSS like this ;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;header {
    text-align: center;

}

h2 {
    margin-bottom: 30px;
}

.name {
    margin-left: 30px;
}



.input-area {
    margin-left: 30px;
display: in;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
    <item>
      <title>Any idea for valentines day?</title>
      <dc:creator>Cem coduroglu</dc:creator>
      <pubDate>Sat, 12 Feb 2022 10:29:19 +0000</pubDate>
      <link>https://dev.to/cem_coduroglu/any-idea-for-valentines-day-3beb</link>
      <guid>https://dev.to/cem_coduroglu/any-idea-for-valentines-day-3beb</guid>
      <description>&lt;p&gt;Hey guys, im just new in coding. Almost 1 month. I am 31 y.o personal trainer and living with my girlfriend. She's fully supports me for changing career into coding. And i wanna make a little tiny suprise with some coding stuff. 😅 I am currently learning html and css. Do you know like a little tutorial about it or do you suggest me some way?  &lt;/p&gt;

&lt;p&gt;Thank you for your reply.🙏🏼&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Data-Toggle Doesn't work! Help please.</title>
      <dc:creator>Cem coduroglu</dc:creator>
      <pubDate>Sat, 12 Feb 2022 09:34:39 +0000</pubDate>
      <link>https://dev.to/cem_coduroglu/data-toggle-doesnt-work-help-please-44of</link>
      <guid>https://dev.to/cem_coduroglu/data-toggle-doesnt-work-help-please-44of</guid>
      <description>&lt;p&gt;Hey guys, i just make a button with my udemy teacher. I did the same think as he did. But in my page it doesn't work. What am i missing?&lt;br&gt;
I just created a button but when i click on it the text doesn't opening.&lt;/p&gt;

&lt;p&gt;Thank you so much for your reply !&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;**&amp;lt;body class="w-75 mx-auto my-4"&amp;gt;

    &amp;lt;p&amp;gt;
        &amp;lt;a href="#content" class="btn btn-dark bg-warning" data-toggle="collapse"&amp;gt;Read More&amp;lt;/a&amp;gt;
    &amp;lt;/p&amp;gt;

    &amp;lt;div id="content" class="collapse"&amp;gt;
        &amp;lt;h2&amp;gt;Lorem ipsum dolor sit.&amp;lt;/h2&amp;gt;
        &amp;lt;p&amp;gt;Lorem ipsum dolor sit amet consectetur adipisicing elit. Deleniti sint nobis vero quaerat ad ex. Et,
            pariatur. Nemo, impedit. Eligendi exercitationem ea provident eos eum nesciunt deleniti quos debitis
            numquam?&amp;lt;/p&amp;gt;
    &amp;lt;/div&amp;gt;
**



    &amp;lt;script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
        integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
        crossorigin="anonymous"&amp;gt;&amp;lt;/script&amp;gt;
    &amp;lt;script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js"
        integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB"
        crossorigin="anonymous"&amp;gt;&amp;lt;/script&amp;gt;
    &amp;lt;script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"
        integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
        crossorigin="anonymous"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;/body&amp;gt;

&amp;lt;/html&amp;gt;

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
    <item>
      <title>HELP Opacity problem in images and text.</title>
      <dc:creator>Cem coduroglu</dc:creator>
      <pubDate>Fri, 11 Feb 2022 17:52:12 +0000</pubDate>
      <link>https://dev.to/cem_coduroglu/help-opacity-problem-in-images-and-text-194o</link>
      <guid>https://dev.to/cem_coduroglu/help-opacity-problem-in-images-and-text-194o</guid>
      <description>&lt;p&gt;Hey guys, im new in coding. I was trying an images on background with opacity 0.6. The problem is my text is getting opacity too ! I make two different divs but it doesn't work. Can you help me ?&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    &amp;lt;style&amp;gt;
        .background {
            background-image: url(barhold.jpg);
            background-size: cover;
            filter: alpha(opacity=60);
            opacity: 0.6;
        }

        span {
            color: red;
            opacity: 1;
        }
    &amp;lt;/style&amp;gt;
    &amp;lt;title&amp;gt;Document&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body class="w-75 mx-auto my-4"&amp;gt;

    &amp;lt;div class="background"&amp;gt;
        &amp;lt;div class="container"&amp;gt;
            &amp;lt;span&amp;gt;
                &amp;lt;h1&amp;gt;Lorem ipsum dolor sit amet.&amp;lt;/h1&amp;gt;
                &amp;lt;p&amp;gt;Lorem ipsum dolor sit, amet consectetur adipisicing elit. Dolore ullam recusandae
                    consequuntur
                    eligendi numquam vitae doloremque itaque quam, reiciendis perspiciatis.&amp;lt;/p&amp;gt;
            &amp;lt;/span&amp;gt;
            &amp;lt;hr&amp;gt;


        &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
    <item>
      <title>I can't fill bottom of the page</title>
      <dc:creator>Cem coduroglu</dc:creator>
      <pubDate>Wed, 09 Feb 2022 15:03:51 +0000</pubDate>
      <link>https://dev.to/cem_coduroglu/i-cant-fill-bottom-of-the-page-3o0p</link>
      <guid>https://dev.to/cem_coduroglu/i-cant-fill-bottom-of-the-page-3o0p</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vV9FP7IV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4q20i1ivu4lrdmj2790c.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vV9FP7IV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4q20i1ivu4lrdmj2790c.jpg" alt="Image description" width="720" height="1520"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LMaOHaGY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cqv2s8w7dpvz1emw6zc3.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LMaOHaGY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cqv2s8w7dpvz1emw6zc3.jpg" alt="Image description" width="720" height="1520"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Is this problem about divs? &lt;/p&gt;

</description>
      <category>css</category>
      <category>html</category>
    </item>
    <item>
      <title>Why z-index is not working?</title>
      <dc:creator>Cem coduroglu</dc:creator>
      <pubDate>Sat, 05 Feb 2022 17:50:15 +0000</pubDate>
      <link>https://dev.to/cem_coduroglu/why-z-index-is-not-working-bao</link>
      <guid>https://dev.to/cem_coduroglu/why-z-index-is-not-working-bao</guid>
      <description>&lt;p&gt;Hey guys, i am on udemy course which we are creating Responsive web sites with the teacher. I follow him step by step. But when it comes to z-index situation. I can't move my text in front of my images. But teacher does. :/&lt;br&gt;
I don't know i followed him step by step but it won't working.&lt;/p&gt;

&lt;p&gt;recent codes are;&lt;/p&gt;

&lt;p&gt;`*{&lt;br&gt;
    margin: 0;&lt;br&gt;
    padding: 0;&lt;br&gt;
    box-sizing: border-box;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;html {&lt;br&gt;
    font-size: 10px;&lt;/p&gt;

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

&lt;p&gt;body {&lt;br&gt;
    font-family: 'Roboto', sans-serif;&lt;br&gt;
    color: #fff;&lt;br&gt;
    font-size: 1.6rem;&lt;br&gt;
    line-height: 1.5;&lt;br&gt;
    text-align: center;&lt;br&gt;
    background-color: #333;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;a {&lt;br&gt;
    text-decoration: none;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;p {&lt;br&gt;
    padding: 1.6rem 0;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;header {&lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;height: 46rem;
background: lightskyblue;
&lt;/code&gt;&lt;/pre&gt;

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

&lt;p&gt;header .bg-image {&lt;br&gt;
    position: absolute;&lt;br&gt;
    background-image: url(images/fotoğraf2.jpg);&lt;br&gt;
    background-size: cover;&lt;br&gt;
    background-position: center;&lt;br&gt;
    height: 46rem;&lt;br&gt;
    width: 100%;&lt;br&gt;
    opacity: 0.5;&lt;br&gt;
    z-index: -1;&lt;/p&gt;

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

&lt;p&gt;header h1 {&lt;br&gt;
    padding: 12rem;&lt;br&gt;
    padding-bottom: 0;&lt;/p&gt;

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

&lt;p&gt;.btn {&lt;br&gt;
    display: inline-block;&lt;br&gt;
    background: #333;&lt;br&gt;
    color: #fff;&lt;br&gt;
    border: 1px solid #666;&lt;br&gt;
    padding: 1.6rem 3.2rem; &lt;br&gt;
    margin: .5rem 0;&lt;br&gt;
    transition: all 0.4s;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;.btn:hover {&lt;br&gt;
    background-color: #fff;&lt;br&gt;
    color: #333;&lt;br&gt;
}`&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;`&lt;/p&gt;

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