Advertisement
Rofihimam

Untitled

Sep 3rd, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. p#demo{
  2.     font-size: 50px;
  3.     font-family: 'Merienda', cursive;
  4.     color: blue;
  5.     text-shadow: 4px 4px 4px cyan;
  6. }
  7. p{
  8.     font-family: 'Roboto Slab', serif;
  9.     font-size: 25px;
  10. }
  11. script#demo{
  12.     font-size: 50px;
  13.     font-family: 'Merienda', cursive;
  14.     color: blue;
  15.     text-shadow: 4px 4px 4px cyan;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement