css样式制作的漂亮按钮

2020-05-02 07:53:52易采站长站整理

<a href=”#” class=”button black bigrounded”>Rounded</a> Can be
<a href=”#” class=”button black medium”>Medium</a> or
<a href=”#” class=”button black small”>Small</a>

<input class=”button black” type=”button” value=”Input Element” />
<button class=”button black”>Button Tag</button>
<span class=”button black”>Span</span>
<div class=”button black”>Div</div>
<p class=”button black”>P Tag</p>
<h3 class=”button black”>H3</h3>
</div>
<div>
<a href=”#” class=”button gray”>Gray</a>
<a href=”#” class=”button gray bigrounded”>Rounded</a>
<a href=”#” class=”button gray medium”>Medium</a>
<a href=”#” class=”button gray small”>Small</a>

<input class=”button gray” type=”button” value=”Input Element” />
<button class=”button gray”>Button Tag</button>
<span class=”button gray”>Span</span>
<div class=”button gray”>Div</div>
<p class=”button gray”>P Tag</p>
<h3 class=”button gray”>H3</h3>
</div>
<div>
<a href=”#” class=”button white”>White</a>
<a href=”#” class=”button white bigrounded”>Rounded</a>
<a href=”#” class=”button white medium”>Medium</a>
<a href=”#” class=”button white small”>Small</a>

<input class=”button white” type=”button” value=”Input Element” />
<button class=”button white”>Button Tag</button>
<span class=”button white”>Span</span>
<div class=”button white”>Div</div>
<p class=”button white”>P Tag</p>
<h3 class=”button white”>H3</h3>
</div>
<div>
<a href=”#” class=”button orange”>Orange</a>
<a href=”#” class=”button orange bigrounded”>Rounded</a>
<a href=”#” class=”button orange medium”>Medium</a>
<a href=”#” class=”button orange small”>Small</a>

<input class=”button orange” type=”button” value=”Input Element” />
<button class=”button orange”>Button Tag</button>
<span class=”button orange”>Span</span>