直播軟體搭建,關於個人主頁背景色的更改
直播軟體搭建,關於個人主頁背景色的更改實現的相關程式碼
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>菜鳥教程(runoob.com)</title> <style> .container { background-color: yellow; height: 5000px; } img { width: 33.33%; height: auto; float: left; } .normal {mix-blend-mode: normal;} .multiply {mix-blend-mode: multiply;} .screen {mix-blend-mode: screen;} .overlay {mix-blend-mode: overlay;} .darken {mix-blend-mode: darken;} .lighten {mix-blend-mode: lighten;} .color-dodge {mix-blend-mode: color-dodge;} .color-burn {mix-blend-mode: color-burn;} .difference {mix-blend-mode: difference;} .exclusion {mix-blend-mode: exclusion;} .hue {mix-blend-mode: hue;} .saturation {mix-blend-mode: saturation;} .color {mix-blend-mode: color;} .luminosity {mix-blend-mode: luminosity;} </style> </head> <body> <h2>使用mix-blend-mode 值</h2> <p>mix-blend-mode 屬性描述了元素的內容需要與父元素的背景顏色進行混合:</p> <div class="container"> <img src="pineapple.jpg" alt="Pineapple" class="normal" width="300" height="300"> <img src="pineapple.jpg" alt="Pineapple" class="multiply" width="300" height="300"> <img src="pineapple.jpg" alt="Pineapple" class="screen" width="300" height="300"> <img src="pineapple.jpg" alt="Pineapple" class="overlay" width="300" height="300"> <img src="pineapple.jpg" alt="Pineapple" class="darken" width="300" height="300"> <img src="pineapple.jpg" alt="Pineapple" class="lighten" width="300" height="300"> <img src="pineapple.jpg" alt="Pineapple" class="color-dodge" width="300" height="300"> <img src="pineapple.jpg" alt="Pineapple" class="color-burn" width="300" height="300"> <img src="pineapple.jpg" alt="Pineapple" class="difference" width="300" height="300"> <img src="pineapple.jpg" alt="Pineapple" class="exclusion" width="300" height="300"> <img src="pineapple.jpg" alt="Pineapple" class="hue" width="300" height="300"> <img src="pineapple.jpg" alt="Pineapple" class="saturation" width="300" height="300"> <img src="pineapple.jpg" alt="Pineapple" class="color" width="300" height="300"> <img src="pineapple.jpg" alt="Pineapple" class="luminosity" width="300" height="300"> </div> <p><strong>注意:</strong>Internet Explorer 或 Edge 瀏覽器不支援 mix-blend-mode 屬性。</p> </body> </html>
以上就是直播軟體搭建,關於個人主頁背景色的更改實現的相關程式碼, 更多內容歡迎關注之後的文章
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69978258/viewspace-2886682/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- travis + grunt + hexo 搭建 github 個人主頁HexoGithub
- 短視訊直播系統,簡單實現個人主頁背景圖片和文字顏色的更改
- 關於一對一軟體如何搭建PHP直播系統原始碼的流程PHP原始碼
- 簡單弄一個-個人主頁
- 直播系統原始碼,調整個人主頁背景圖透明度原始碼
- 短視訊直播系統,個人主頁背景圖片自適應寬高
- 直播軟體搭建,canvas文字加粗Canvas
- 跳轉個人主頁的指定標籤內容
- app直播原始碼,軟體登入時的背景圖更改APP原始碼
- 線上直播系統原始碼,個人主頁使用者標籤新增實現原始碼
- 直播軟體搭建,Android studio設計兩個介面間的切換Android
- 快速運營搭建直播軟體平臺直播原始碼!原始碼
- 直播原始碼如何搭建一個屬於自己的直播平臺?原始碼
- 建立個性化的 Github 個人主頁|8月更文挑戰Github
- python實現微博個人主頁的資訊爬取Python
- 直播軟體搭建,vue3 頁面回到頂部(平緩滾動效果)Vue
- 直播app開發,個人主頁在暱稱後面自動顯示使用者idAPP
- 關於軟體測試的7個核心問題
- 直播軟體開發關於Android、iOS中的影片採集步驟AndroidiOS
- 關於中介軟體的思考
- 直播軟體搭建經歷了哪三個發展趨勢環
- 直播軟體搭建,vue路由跳轉的四種方式Vue路由
- 直播軟體搭建,輸入框回車以後自動重新整理頁面
- 多款直播軟體被關停:打擦邊球的直播軟體為何屢禁不止
- 直播軟體搭建,LabelList標籤選擇器
- 直播軟體搭建,vue 複製剪下板功能Vue
- 分享個人用於開發相關的軟體/工具
- 【專案記錄】個人主頁設計和實現
- 關於軟體測試七個核心問題
- 搭建直播原始碼與軟體開發的注意事項原始碼
- 搭建自己的直播平臺,更改狀態列的字型顏色
- 直播軟體搭建,Java設計模式單例模式Java設計模式單例
- Flutter關於一個登入頁Flutter
- 直播軟體搭建,橫版自動滑動的輪播圖
- 影片直播系統原始碼,uniapp 中設定全域性頁面背景色原始碼APP
- 直播軟體搭建,java程式碼獲取記憶體資訊Java記憶體
- 關於SAP CRM中介軟體系統搭建中遇到的一些問題
- 特別好看個人主頁官網展示開源程式原始碼原始碼