" " , . ? , span CSS.
Now you can style the rest of the letters as a whole. Then in your CSS:
color:#09C;
font-size:1.1em;
font-weight:bold;
}
span {
color:red;
.
.
.
}
If you want to style an EACH letter, you can try to wrap each letter using spaces. However, it may look visually like a complete mess. Note: come up with a better name for your #LOL class
source
share