css实现七种不同的飘带丝巾丝带效果代码
代码语言:html
所属分类:布局界面
代码描述:css实现七种不同的飘带丝巾丝带效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
/*body {margin:0;font-family: 'Ubuntu', sans-serif;}*/
section {margin:0 auto; max-width:660px;padding: 0 20px}
h2 {
font-weight: normal;
position: relative;
background: #F4F9FA;
width: 50%;
color: #F8463F;
text-align: center;
padding: 10px 20px;
margin: 20px auto 40px;
text-transform: uppercase;
border-radius: 2px;
}
h2:before, h2:after {
content: "";
position: absolute;
display:.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0