「Foundation5入門」ボタンの色、サイズを設定する

1.ボタンの色
<a href="#" class="button success">222</a>
<a href="#" class="button secondary">333y</a>
<a href="#" class="button alert">444</a>
<a href="#" class="button info">555</a>
<a href="#" class="button disabled">666</a>

2.ボタンのサイズ
<a href="#" class="button tiny">AAA</a>
<a href="#" class="button small">BBB</a>
<a href="#" class="button large">DDD</a>
<a href="#" class="button expand">EEE</a>

3.ボタンの形
<a href="#" class="button radius">角丸ボタン</a>
<a href="#" class="button round">半円ボタン</a>

Software

Posted by arkgame