<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>şekllendirme arşivleri - Zülfü Mehmet</title>
	<atom:link href="https://www.zulfumehmet.com/tag/sekllendirme/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.zulfumehmet.com/tag/sekllendirme/</link>
	<description>Kişisel Bir Olay</description>
	<lastBuildDate>Sun, 23 Dec 2018 13:07:05 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.7</generator>

<image>
	<url>https://www.zulfumehmet.com/wp-content/uploads/2016/10/favicon.ico</url>
	<title>şekllendirme arşivleri - Zülfü Mehmet</title>
	<link>https://www.zulfumehmet.com/tag/sekllendirme/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>CSS İle Buton Şekillendirme</title>
		<link>https://www.zulfumehmet.com/css-ile-buton-sekillendirme/</link>
					<comments>https://www.zulfumehmet.com/css-ile-buton-sekillendirme/#respond</comments>
		
		<dc:creator><![CDATA[Zülfü Mehmet ÖZÇİFÇİ]]></dc:creator>
		<pubDate>Mon, 03 Apr 2017 13:54:08 +0000</pubDate>
				<category><![CDATA[Web Tasarım]]></category>
		<category><![CDATA[buton]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[renklendirme]]></category>
		<category><![CDATA[şekllendirme]]></category>
		<guid isPermaLink="false">https://www.zulfumehmet.com/?p=1471</guid>

					<description><![CDATA[<p>Merhaba bu makalede css yardımıyla güzel butonlar nasıl oluşturabileceğimize örneklerle birlikte değinelim. Yapacağımız işlemler butonları renklendirmek, butonun içindeki texlerin ebatını ayarlamak, butonların ebatlarını ayarlamak, şekillerini ayarlamak. Örnek &#8211; 1 : Normal bir buton ve renklendirdiğimiz bir buton ve kullanma şekllerinden bahsedeceğiz Örnek &#8211; 2 : Şimdi de birkaçtane buton ekleyelim ve renklendirelim butonlarımızı. Örnek &#8211; &#8230; <a href="https://www.zulfumehmet.com/css-ile-buton-sekillendirme/" class="more-link">Continue reading <span class="screen-reader-text">CSS İle Buton Şekillendirme</span></a></p>
<p>The post <a href="https://www.zulfumehmet.com/css-ile-buton-sekillendirme/">CSS İle Buton Şekillendirme</a> appeared first on <a href="https://www.zulfumehmet.com">Zülfü Mehmet</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Merhaba bu makalede css yardımıyla güzel butonlar nasıl oluşturabileceğimize örneklerle birlikte değinelim. Yapacağımız işlemler butonları renklendirmek, butonun içindeki texlerin ebatını ayarlamak, butonların ebatlarını ayarlamak, şekillerini ayarlamak.<br />
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><br />
<!-- Makale_ici --><br />
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-1000738755084616"
     data-ad-slot="2280084802"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins><br />
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script><br />
Örnek &#8211; 1 : Normal bir buton ve renklendirdiğimiz bir buton ve kullanma şekllerinden bahsedeceğiz</p>
<pre class="brush: php; title: ; notranslate">&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;style&gt;
.button {
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px; /* ebatları */
text-align: center; /* yaziyi ortalayak */
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h2&gt;CSS Buton&lt;/h2&gt;

&lt;button&gt;Normal Buton&lt;/button&gt;
&lt;a href=&quot;#&quot; class=&quot;button&quot;&gt;Link Olarak&lt;/a&gt;
&lt;button class=&quot;button&quot;&gt;2. Buton&lt;/button&gt;
&lt;input type=&quot;button&quot; class=&quot;button&quot; value=&quot;Input Deger&quot;&gt;

&lt;/body&gt;
&lt;/html&gt;</pre>
<p><img fetchpriority="high" decoding="async" class="alignnone wp-image-1480" src="https://www.zulfumehmet.com/wp-content/uploads/2017/04/ornek1_canody-1.png" width="576" height="140" srcset="https://www.zulfumehmet.com/wp-content/uploads/2017/04/ornek1_canody-1.png?v=1654871023 576w, https://www.zulfumehmet.com/wp-content/uploads/2017/04/ornek1_canody-1-300x73.png?v=1654871023 300w" sizes="(max-width: 576px) 100vw, 576px" /></p>
<p>Örnek &#8211; 2 : Şimdi de birkaçtane buton ekleyelim ve renklendirelim butonlarımızı.</p>
<pre class="brush: php; title: ; notranslate">&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;style&gt;
.button {
background-color: #4CAF50; /* yesil */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}

.button2 {background-color: #008CBA;} /* mavi */
.button3 {background-color: #f44336;} /* kirmizi */
.button4 {background-color: #e7e7e7; color: black;} /* Gri color deiyerek texte renk verelim */
.button5 {background-color: #555555;} /* siyah */
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h2&gt;Rekli Butonlar&lt;/h2&gt;
&lt;p&gt;Rengarenk butonlardan birini seçiniz&lt;/p&gt;

&lt;button class=&quot;button&quot;&gt;Yeşil&lt;/button&gt;
&lt;button class=&quot;button button2&quot;&gt;Mavi&lt;/button&gt;
&lt;button class=&quot;button button3&quot;&gt;Kırmızı&lt;/button&gt;
&lt;button class=&quot;button button4&quot;&gt;Gri&lt;/button&gt;
&lt;button class=&quot;button button5&quot;&gt;Siyah&lt;/button&gt;

&lt;/body&gt;
&lt;/html&gt;</pre>
<p><img decoding="async" class="alignnone wp-image-1481" src="https://www.zulfumehmet.com/wp-content/uploads/2017/04/ornek2_qd6ar1-1.png" width="544" height="145" srcset="https://www.zulfumehmet.com/wp-content/uploads/2017/04/ornek2_qd6ar1-1.png?v=1654871023 544w, https://www.zulfumehmet.com/wp-content/uploads/2017/04/ornek2_qd6ar1-1-300x80.png?v=1654871023 300w" sizes="(max-width: 544px) 100vw, 544px" /></p>
<p>Örnek &#8211; 3 : Butonumuzun içinde bulunan textlerin ebatlarını ayarlayalım.</p>
<pre class="brush: php; title: ; notranslate">&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;style&gt;
.button {
background-color: #4CAF50; /* yesil */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}

.button2 {font-size: 10px; background-color: #008CBA;} /* mavi */
.button3 {font-size: 20px; background-color: #f44336;} /* kirmizi */
.button4 {font-size: 30px; background-color: #e7e7e7; color: black;} /* Gri color diyerek texte renk verelim */
.button5 {font-size: 40px; background-color: #555555;} /* siyah */

&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h2&gt;Text ebat ayarı&lt;/h2&gt;
&lt;p&gt;Text ebatı Ayarlanmış Butonlar:&lt;/p&gt;

&lt;button class=&quot;button button2&quot;&gt;10px&lt;/button&gt;
&lt;button class=&quot;button button3&quot;&gt;12px&lt;/button&gt;
&lt;button class=&quot;button button4&quot;&gt;16px&lt;/button&gt;
&lt;button class=&quot;button button5&quot;&gt;20px&lt;/button&gt;

&lt;/body&gt;
&lt;/html&gt;</pre>
<p><img decoding="async" class="alignnone wp-image-1482" src="https://www.zulfumehmet.com/wp-content/uploads/2017/04/ornek3_bxovdd-1.png" width="511" height="170" srcset="https://www.zulfumehmet.com/wp-content/uploads/2017/04/ornek3_bxovdd-1.png?v=1654871022 511w, https://www.zulfumehmet.com/wp-content/uploads/2017/04/ornek3_bxovdd-1-300x100.png?v=1654871022 300w" sizes="(max-width: 511px) 100vw, 511px" /></p>
<p>Örnek &#8211; 4 : Butonumuzun ebatlarını aşağı sağa sola büyüklüklerini ayarlayalım.</p>
<pre class="brush: php; title: ; notranslate">&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;style&gt;
.button {
background-color: #4CAF50; /* yesil */
border: none;
color: white;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}

.button2 {padding: 10px 20px; background-color: #008CBA;} /* mavi */
.button3 {padding: 15px 25px; background-color: #f44336;} /* kirmizi */
.button4 {padding: 20px 30px; background-color: #e7e7e7; color: black;} /* Gri color diyerek texte renk verelim */
.button5 {padding: 25px 35px; background-color: #555555;} /* siyah */

&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h2&gt;Buton ebat ayarı&lt;/h2&gt;
&lt;p&gt;Buton ebatı Ayarlanmış Butonlar:&lt;/p&gt;

&lt;button class=&quot;button button2&quot;&gt;10-20&lt;/button&gt;
&lt;button class=&quot;button button3&quot;&gt;15-25&lt;/button&gt;
&lt;button class=&quot;button button4&quot;&gt;20-30&lt;/button&gt;
&lt;button class=&quot;button button5&quot;&gt;25-35&lt;/button&gt;

&lt;/body&gt;
&lt;/html&gt;</pre>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1486" src="https://www.zulfumehmet.com/wp-content/uploads/2017/04/ornek4_sjiojn.png" width="417" height="161" srcset="https://www.zulfumehmet.com/wp-content/uploads/2017/04/ornek4_sjiojn.png?v=1654871021 417w, https://www.zulfumehmet.com/wp-content/uploads/2017/04/ornek4_sjiojn-300x116.png?v=1654871021 300w" sizes="auto, (max-width: 417px) 100vw, 417px" /></p>
<p>Örnek &#8211; 5 : Butonumuzun kenarlarını ovalleştirerek güzel bir görünüm elde edelim.</p>
<pre class="brush: php; title: ; notranslate">&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;style&gt;
.button {
background-color: #4CAF50; /* yesil */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}

.button2 {border-radius: 2px; background-color: #008CBA;} /* mavi */
.button3 {border-radius: 20px; background-color: #f44336;} /* kirmizi */
.button4 {border-radius: 30px; background-color: #e7e7e7; color: black;} /* Gri color diyerek texte renk verelim */
.button5 {border-radius: 50%; background-color: #555555;} /* siyah - degeri % olarak kullandıgımızda komple oval yapar */

&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h2&gt;Kenarlık oval ayarı&lt;/h2&gt;
&lt;p&gt;Kenar oval Ayarlanmış Butonlar:&lt;/p&gt;

&lt;button class=&quot;button button2&quot;&gt;10-20&lt;/button&gt;
&lt;button class=&quot;button button3&quot;&gt;15-25&lt;/button&gt;
&lt;button class=&quot;button button4&quot;&gt;20-30&lt;/button&gt;
&lt;button class=&quot;button button5&quot;&gt;25-35&lt;/button&gt;

&lt;/body&gt;
&lt;/html&gt;
&lt;img class=&quot;alignnone wp-image-1488&quot; src=&quot;https://www.zulfumehmet.com/wp-content/uploads/2017/04/ornek5_nsxzz3-1.png&quot; width=&quot;450&quot; height=&quot;139&quot; /&gt;
Örnek - 6: Son olarak butonun kenar çizgilerini boyayalım ve içi beyaz kalsın.

&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;style&gt;
.button {
background-color: #4CAF50; /* yesil */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.button1 {background-color: white; /*buton ic renk */ color: black; /*yazi rengi */ border: 2px /* cizgi kalinligi */ solid #4CAF50; /*cizgi rengi */}
.button2 {background-color: white; /*buton ic renk */ color: black; /*yazi rengi */ border: 2px /* cizgi kalinligi */ solid #008CBA; /*cizgi rengi */}
.button3 {background-color: white; /*buton ic renk */ color: black; /*yazi rengi */ border: 2px /* cizgi kalinligi */ solid #f44336; /*cizgi rengi */}
.button4 {background-color: white; /*buton ic renk */ color: black; /*yazi rengi */ border: 2px /* cizgi kalinligi */ solid #e7e7e7; /*cizgi rengi */}
.button5 {background-color: white; /*buton ic renk */ color: black; /*yazi rengi */ border: 2px /* cizgi kalinligi */ solid #555555; /*cizgi rengi */}
&lt;/style&gt;

&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h2&gt;Buton kenar çizgileri renkli&lt;/h2&gt;
&lt;p&gt;Kenar çizgileri renklendirilen butonlar:&lt;/p&gt;

&lt;button class=&quot;button button1&quot;&gt;Yeşil&lt;/button&gt;
&lt;button class=&quot;button button2&quot;&gt;Mavi&lt;/button&gt;
&lt;button class=&quot;button button3&quot;&gt;Kırmızı&lt;/button&gt;
&lt;button class=&quot;button button4&quot;&gt;Gre&lt;/button&gt;
&lt;button class=&quot;button button5&quot;&gt;Siyah&lt;/button&gt;

&lt;/body&gt;
&lt;/html&gt;</pre>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1484" src="https://www.zulfumehmet.com/wp-content/uploads/2017/04/ornek6_ow9ody.png" width="556" height="146" srcset="https://www.zulfumehmet.com/wp-content/uploads/2017/04/ornek6_ow9ody.png?v=1654871021 556w, https://www.zulfumehmet.com/wp-content/uploads/2017/04/ornek6_ow9ody-300x79.png?v=1654871021 300w" sizes="auto, (max-width: 556px) 100vw, 556px" /></p>
<p>Yukarıda gördüğünüz 6 örnekle web sayfamızda kullanacağımız butonlara nasıl şekil verebildiğimize değindik. Bunları kendi isteğinize göre şekillendirebilirsiniz.<br />
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><br />
<!-- Makale_ici --><br />
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-1000738755084616"
     data-ad-slot="2280084802"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins><br />
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script><br />
Örnekleri indirmek için <a href="http://res.cloudinary.com/dihlkbitw/raw/upload/v1491227511/css-buton_daufks.rar">http://res.cloudinary.com/dihlkbitw/raw/upload/v1491227511/css-buton_daufks.rar</a></p>
<p>Kolay gelsin.</p>
<p>The post <a href="https://www.zulfumehmet.com/css-ile-buton-sekillendirme/">CSS İle Buton Şekillendirme</a> appeared first on <a href="https://www.zulfumehmet.com">Zülfü Mehmet</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.zulfumehmet.com/css-ile-buton-sekillendirme/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
