Make your images 'Sepia' tone
Make images have a sepia tone, normally or hover.
Great for vintage blogs!
To make all images have a sepia tone on normal state, paste this code under your <style type=”text/css”>
img { -webkit-filter: sepia(100%); }
To make images sepia on hover, paste the code below under your <style type=”text/css”>
img:hover { -webkit-filter: sepia(100%); }
To make all images have a sepia tone on normal state, paste this code under your <style type=”text/css”>
img { -webkit-filter: sepia(100%); }
To make images sepia on hover, paste the code below under your <style type=”text/css”>
img:hover { -webkit-filter: sepia(100%); }













