wraparound实现立体标题栏横幅效果代码

代码语言:html

所属分类:布局界面

代码描述:wraparound实现立体标题栏横幅效果代码

代码标签: wraparound 立体 标题栏 横幅

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>


<head>
   
<meta charset="utf-8">
   
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/wraparound.css">
   
<style>
        body {
        font-family:Verdana,Geneva,Tahoma,sans-serif;
        color:#313131
}
p {
        line-height:1.5;
        letter-spacing:1px
}
h2 {
        height:3rem;
        font-weight:200
}
h3 {
        font-weight:200
}
section {
        background-color:#efefef;
        padding:1rem;
        margin-bottom:5rem
}
.content-wrapper {
        min-width:740px;
        margin:0 auto
}
.content {
        width:600px;
        margin:0 auto
}
.thick {
        height:50px
}
.thickest {
        height:80px
}
.b.........完整代码请登录后点击上方下载按钮下载查看

网友评论0