Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pada style.css:
- /* =Image to Greyscale
- ----------------------------------------------- */
- .bw {
- -webkit-filter: grayscale(1) !important;
- -moz-filter: grayscale(1) !important;
- -ms-filter: grayscale(1) !important;
- filter: grayscale(1) !important;
- }
- pada konten:
- <img class="bw" src="..."/>
Advertisement
Add Comment
Please, Sign In to add comment