I am trying to alter a pre-written code that allows for padding between words, however, I am trying to space out the characters in the words themselves. Here is the code I have for the basic text on the page:
.whitetext12, .orangetext15 {
padding: 5px;
font-family: Arial;
font-size: 13px;
color: rgb(0, 0, 0);
font-weight: normal;
font-style: normal;
text-decoration: none;
}
The 'padding: 5px;' is the padding between the words, I know, but is there a specific code for the spacing of letters?