pusatdata

CSS: Menampilkan Gambar Warna Menjadi Hitam Putih

Sep 25th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1.  
  2. pada style.css:
  3. /* =Image to Greyscale
  4. ----------------------------------------------- */
  5. .bw {
  6. -webkit-filter: grayscale(1) !important;
  7. -moz-filter: grayscale(1) !important;
  8. -ms-filter: grayscale(1) !important;
  9. filter: grayscale(1) !important;
  10. }
  11.  
  12.  
  13. pada konten:
  14. <img class="bw" src="..."/>
Advertisement
Add Comment
Please, Sign In to add comment