Advertisement
fauzanjeg

CSS Style for DropCap

Nov 15th, 2021
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.08 KB | None | 0 0
  1. /* CSS Style for DropCap */
  2. p.has-drop-cap:first-letter {
  3.     color:aquamarine;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement