Style the first letter

An example showing how to style the first letter using Tizen 2.3.
::first-letter {
  text-transform: uppercase;
  background-color: yellow;
  font-weight: bold;
}

Responses

0 Replies