Space between characters using CSS
Posted by ramanean on January 24th, 2010 | No Comments | Posted in Coding
To leave space between characters use the following code
h1 {letter-spacing:2px}
This can be used for any div class and if the spacing is in positive then there would be more space between characters whereas if it’s negative there would be less…
Read More
