css+svg仿mac全屏酷炫菜单弹出效果代码
代码语言:html
所属分类:菜单导航
代码描述:css+svg仿mac全屏酷炫菜单弹出效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/snap.svg-min.js"></script>
<style>
@import url(http://fonts.googleapis.com/css?family=Lato:300,400);
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }
body {
background: #fff;
color: #8a8c7e;
font-size: 100%;
line-height: 1.25;
font-family: 'Lato', 'Avenir Next', Arial, sans-serif;
}
a {
color: #99cc33;
text-decoration: none;
outline: none;
}
a:hover, a:focus {
color: #373e18;
}
.codrops-header {
margin: 0 auto;
padding: 2em 0 0;
text-align: center;
}
.codrops-header h1 {
margin: 0;
font-weight: 300;
font-size: 2.5em;
}
.codrops-header h1 span {
display: bloc.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0