背景图片浮动居中
background-image:url(圖片地址);
background-repeat:no-repeat; //不平鋪
background-position: center; //定位居中
background-attachment: fixed; //屬性設置背景圖像是否固定或者隨著頁面的其余部分滾動。 不滾動
轉載于:https://www.cnblogs.com/GerryOfZhong/p/5219412.html
總結
- 上一篇: [译] 理解数组在 PHP 内部的实现(
- 下一篇: 100万并发连接服务器笔记之测试端就绪