css背景文本框使用代码及注释
demo3
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>demo3</title> <style> body{ /* background-image: url(1.jpg); 图片背景 background-repeat: no-repeat; 背景不重复 background-size: 200px; 图片像素大小 background-attachment: fixed; 图片固定于页面 background-position: center top; 图片显示中间顶部 */ /* background: url(1.jpg) no-repeat fixed center top; */ font-family: "微软雅黑" arial; font-size: 22px; color: #808080; font-weight: bold; font-variant: small-caps;
}
.div1{ width: 400px; height: 400px;
/* border-width: 10px; border-color: red; */ border-left: solid; border-right: double; border-top: solid; border-bottom: double; text-align: center; }
.div1 p{ line-height: 30px; letter-spacing: 10px; }
p{ text-indent: 20px; text-decoration: line-through;
}
</style> </head> <body> <div class="div1"> div1 <p> asdadadsadasdasdasd asdadadsadasdasdasd asdadadsadasdasdasd asdadadsadasdasdasd asdadadsadasdasdasd </p> </div> <p>this is my heart</p> </body> </html>
|
我的个人博客
FROM:gylq.gitee Author:孤桜懶契
免责声明:文章中涉及的程序(方法)可能带有攻击性,仅供安全研究与教学之用,读者将其信息做其他用途,由读者承担全部法律及连带责任,本站不承担任何法律及连带责任;如有问题可邮件联系(建议使用企业邮箱或有效邮箱,避免邮件被拦截,联系方式见首页),望知悉。
点赞
https://cn-sec.com/archives/729961.html
复制链接
复制链接
-
左青龙
- 微信扫一扫
-
-
右白虎
- 微信扫一扫
-
评论