按钮组特效
代码语言:html
所属分类:表单美化
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="http://repo.bfw.wiki/bfwrepo/css/bootstrap.3.3.4.css" />
<title> - Button Groups;</title>
<style>
* {
margin: 0;
padding: 0;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 100;
}
.button-group {
margin: 100px auto;
width: 600px;
margin-bottom: 30px;
}
.button-group h3 {
color: #999;
text-align: center;
font-size: 16px;
margin-bottom: 10px;
}
.button-group#redBlack .button {
background: linear-gradient(135deg, #292929, #191919);
border: none;
width: 120px;
height: 120px;
padding: 20px;
display: inli.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0