css布局实现边角三角丝巾文字装饰效果代码
代码语言:html
所属分类:布局界面
代码描述:css布局实现边角三角丝巾文字装饰效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<style>
body {
background: #f0f0f0;
font-family: sans-serif;
}
.cr {
width: 200px;
padding: 16px;
position: absolute;
text-align: center;
color: #f0f0f0;
}
.cr-sticky {
position: fixed;
}
/* Positions */
.cr-top {
top: 25px;
}
.cr-bottom {
bottom: 25px;
}
.cr-left {
left: -50px;
}
.cr-right {
right: -50px;
}
/* Rotations */
.cr-top.cr-left,
.cr-bottom..........完整代码请登录后点击上方下载按钮下载查看
网友评论0