九色国产,午夜在线视频,新黄色网址,九九色综合,天天做夜夜做久久做狠狠,天天躁夜夜躁狠狠躁2021a,久久不卡一区二区三区

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
11種常用css樣式之background學(xué)習(xí)

background如何簡寫?如何在背景圖像不變的情況下,依舊實(shí)現(xiàn)頁面文字滾動(dòng),為之奈何?別擔(dān)心,快用background-attachment: fixed;/*固定定位*/常用的background樣式如下,1.background-color2.background-image3.background-repeat4.background-attachment5.background-position,廢話不多扯,直接代碼頁面展示:

 1 <!DOCTYPE html>
 2 <html lang="en">
 3 <head>
 4     <meta charset="UTF-8">
 5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 6     <title>11種常用css樣式之背景樣式學(xué)習(xí)</title>
 7     <style type="text/css">
 8     *{
 9         margin: 0;
10         padding: 0;
11         font: 14px/1.5em "Microsoft YaHei";
12         color: #fff;
13     }
14     body{
15         background-image:url(images/xs.png);/*背景圖像*/
16         background-repeat: no-repeat;/*不重復(fù)*/
17         background-color: #ccc;
18         background-position:left center;
19         /* background-position: 50% 50%; */
20         /*background-position: 10px 10px;*/
21         /* 以窗口左上角為坐標(biāo)系(0,0)定xy軸,朝right正,朝bottom為正 */
22         /* background簡寫 */
23         background: #f33 url(images/xs.png) no-repeat right center;
24         background-attachment: fixed;/*固定定位*/ 
25     }
26     div.box{
27         background-color:#f90;/*背景顏色*/
28     }
29     </style>
30 </head>
31 <body>
32     <div class="box">
33         你的壓力來源于:無法自律,只是假裝很努力;現(xiàn)狀跟不上內(nèi)心的欲望;所以你焦慮又恐慌  Your stress comes from: unable to discipline yourself, but pretending to work hard;
34     </div>
35     <!-- <p>你的壓力來源于:無法自律,只是假裝很努力;現(xiàn)狀跟不上內(nèi)心的欲望;所以你焦慮又恐慌  Your stress comes from: unable to discipline yourself, but pretending to work hard;</p>*50 回車50 -->
36 </body>
37 </html>
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點(diǎn)擊舉報(bào)。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
更多的樣式
CSS樣式更改篇——背景Background
css背景圖片的設(shè)置
新手必看:CSS背景使用攻略
提高頁面速度,div+css如何用一張背景圖實(shí)現(xiàn)全站背景圖片調(diào)用
Свитер. Обсуждение на LiveInternet
更多類似文章 >>
生活服務(wù)
熱點(diǎn)新聞
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服