css实现立体三维按钮导航条效果代码
代码语言:html
所属分类:菜单导航
代码描述:css实现立体三维按钮导航条效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<style>
body {background: -webkit-linear-gradient(top, #F68344 0.00%, #98370F 60.00%);background: linear-gradient(top, #F68344 0.00%, #98370F 60.00%);
background-size: 2500px 1600px;
background-repeat: no-repeat;
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
-webkit-font-smoothing: subpixel-antialiased;
font-size: 100%;
font-family: Helvetica;
}
#warp{background: -webkit-linear-gradient(top, #F68344 0.00%, #98370F 60.00%);background: linear-gradient(top, #F68344 0.00%, #98370F 60.00%);
background-size: 2500px 1600px;
background-repeat: no-repeat;
position: relative;
width: 800px;
height: 200px;
margin: 100px auto 0px;
padding:5px;
display: block;
text-align:center;
border-radius:10px ;
}
#men.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0