網頁黑白程式碼

崔子墨發表於2024-04-27
<style> 
  body { 
    -webkit-filter: grayscale(100%); /* webkit */ 
    -moz-filter: grayscale(100%); /*firefox*/ 
    -o-filter: grayscale(100%); /*opera*/ 
    filter: grayscale(100%); 
  } 
</style> 

相關文章