Guest User

Untitled

a guest
Jan 17th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. /* PSEUDO-CLASS FIRST-LETTER */
  2.  
  3. div::first-letter{
  4. font-size: 40px;
  5. color: #F00;
  6. font-weight: 500;
  7. font-family: 'Roboto';
  8. }
Add Comment
Please, Sign In to add comment