Skip to content

Instantly share code, notes, and snippets.

@DeeSouza
Created January 17, 2019 10:22
Show Gist options
  • Save DeeSouza/821519ab5505e5c461d1195f85501c16 to your computer and use it in GitHub Desktop.
Save DeeSouza/821519ab5505e5c461d1195f85501c16 to your computer and use it in GitHub Desktop.
Pseudo-Class First Letter CSS
/* PSEUDO-CLASS FIRST-LETTER */
div::first-letter{
font-size: 40px;
color: #F00;
font-weight: 500;
font-family: 'Roboto';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment