要讓顏色深度變平,您需要建立 X 光。
此篩選器中使用下列參數-
S.No | 參數及說明 |
---|---|
1 | Xray
您可以嘗試執行以下程式碼來建立X 光效果-
現場示範
<html> <head> </head> <body> <img src = "/css/images/logo.png" alt = "CSS Logo" style = "Filter: Xray""> <p>Text Example:</p> <div style = "width: 357; height: 50; font-size: 30pt; font-family: Arial Black; color: red; style = "Filter: Xray">CSS Tutorials</div> </body> </html>
以上是使用 CSS 使顏色深度變平的詳細內容。更多資訊請關注PHP中文網其他相關文章!