Advertisement
Rofihimam

Untitled

Sep 3rd, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.34 KB | None | 0 0
  1. p#coba{
  2.     font-size: 40px;
  3.     color: blue;
  4.     font-family: 'Courgette', cursive;
  5.     text-shadow: 3px 3px 3px cyan;
  6. }
  7. p#coba2{
  8.     font-size: 40px;
  9.     color: blue;
  10.     font-family: 'Courgette', cursive;
  11.     text-shadow: 3px 3px 3px cyan;
  12. }
  13. p#objek{
  14.     font-size: 40px;
  15.     color: blue;
  16.     font-family: 'Courgette', cursive;
  17.     text-shadow: 3px 3px 3px cyan;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement