Ufak buton kütüphanesi buna kütüphanede denmezde neyse :)
#Boyutlandırma
<div class="button xsmall ">XSmall</div>
<div class="button small ">Small</div>
<div class="button medium ">Medium</div>
<div class="button large ">Large</div>
<div class="button xlarge ">XLarge</div>
<div class="button xsmall carrot">Carrot</div>
<div class="button small sunflower">SunFlower</div>
<div class="button medium asphalt">Asphalt</div>
<div class="button large alizarin">Alizarin</div>
<div class="button xlarge river">River</div>
#Disabled ve Radius
<div class="button xsmall carrot radius">xsmall carrot radius</div>
<div class="button small sunflower radius">small sunflower radius</div>
<div class="button medium asphalt radius">medium asphalt radius</div>
<div class="button large alizarin radius disabled">large alizarin radius disabled</div>
<div class="button xlarge river disabled">xlarge river disabled</div>
#Radius
<div class="button xsmall carrot radius">xsmall radius</div>
<div class="button small sunflower radius">small radius</div>
<div class="button medium asphalt radius">medium radius</div>
<div class="button large alizarin radius">large radius</div>
<div class="button xlarge river radius">xlarge radius</div>
##Kulanım ve Dosyaları İndirme :)
$ git clone https://github.com/muhammedzaimtr/flat-button.git
Sıkıştırılmamış Css Dosyası:
<link rel="stylesheet" href="https://raw.githubusercontent.com/muhammedzaimtr/flat-button/master/button.css" media="screen" title="no title" charset="utf-8">
Sıkıştırılmış Css Dosyası:
<link rel="stylesheet" href="https://raw.githubusercontent.com/muhammedzaimtr/flat-button/master/button.min.css" media="screen" title="no title" charset="utf-8">
##Öneri :)
ZeroPage css sıfırlama ile kullanılması önerilir...
<link rel="stylesheet" href="https://raw.githubusercontent.com/muhammedzaimtr/ZeroPage/master/zeropage-v1.css" media="screen" title="no title" charset="utf-8">
#LICENSE
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to http://unlicense.org