<!DOCTYPE HTML>
|
<html>
|
|
<head>
|
<meta charset="utf-8">
|
<title>漂亮的CSS3圆角按钮组合DEMO演示</title>
|
<link rel="stylesheet" type="text/css" href="button.css">
|
</head>
|
|
<body>
|
<div style="text-align:center;clear:both;">
|
<script src="/gg_bd_ad_720x90.js" type="text/javascript"></script>
|
<script src="/follow.js" type="text/javascript"></script>
|
</div>
|
<div id="main">
|
<div class="demo">
|
<a href="#" class="button blue">蓝色</a>
|
<a href="#" class="button blue bigrounded">Rounded</a>
|
<a href="#" class="button blue medium">Medium</a>
|
<a href="#" class="button blue small">Small</a>
|
|
<input class="button blue" type="button" value="Input Element" />
|
<button class="button blue">Button Tag</button>
|
</div>
|
|
<div class="demo">
|
<a href="#" class="button green">绿色</a>
|
<a href="#" class="button green bigrounded">Rounded</a>
|
<a href="#" class="button green medium">Medium</a>
|
<a href="#" class="button green small">Small</a>
|
|
<input class="button green" type="button" value="Input Element" />
|
<button class="button green">Button Tag</button>
|
</div>
|
|
<div class="demo">
|
<a href="#" class="button 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>
|
</div>
|
|
<div class="demo">
|
<a href="#" class="button 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>
|
</div>
|
|
</div>
|
<div style="text-align:center;clear:both">
|
<script src="/gg_bd_ad_720x90-2.js" type="text/javascript"></script>
|
</div>
|
</body>
|
|
</html>
|