Advertisement
izuemis

kanaria css codes

Sep 8th, 2022
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: roman;
  5. src: url(https://dl.dropbox.com/s/f9cfrx4wyt13rwv/ROMANTIC.TTF);
  6. }
  7.  
  8. @font-face {
  9. src: url(https://dl.dropbox.com/s/ktlx5w7t8gk42nb/SakeMoru-Regular.ttf);
  10. font-family: SakeMoru;
  11. }
  12.  
  13. #container04 > .wrapper {
  14. height: 20em;
  15. width: 18em;
  16. }
  17.  
  18. #container05 > .wrapper {
  19. height: 20em;
  20. width: 18em;
  21. }
  22.  
  23. #container06 > .wrapper {
  24. height: 20em;
  25. width: 18em;
  26. }
  27.  
  28. #text01 {
  29. font-family: roman;
  30. color: white;
  31. }
  32.  
  33. mark {
  34. font-family: SakeMoru;
  35. color: #bab7aa;
  36. background: none;
  37. font-weight: bolder;
  38. font-size: 1.5em;
  39. text-shadow: -1px 0 #5e5b60, 0 1px #5e5b60, 1px 0 #5e5b60, 0 -1px #5e5b60, 0 0;
  40. }
  41.  
  42. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement