Advertisement
dianakko

abracitos codigo 1

Oct 20th, 2021
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. <link rel="preconnect" href="https://fonts.googleapis.com">
  2. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  3. <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
  4.  
  5. <style>
  6.  
  7. #text01 {
  8. font-family: 'Pacifico', cursive;
  9. text-shadow: -1px 0 #ffbfe0, 0 1px #ffbfe0, 1px 0 #ffbfe0, 0 -1px #ffbfe0, 0 0;
  10. position: relative;
  11. z-index: 3;
  12. line-height: 0.1;
  13. color: #FFE8F4;
  14. }
  15.  
  16. #text03 {
  17. font-family: 'Pacifico', cursive;
  18. text-shadow: -1px 0 #ffbfe0, 0 1px #ffbfe0, 1px 0 #ffbfe0, 0 -1px #ffbfe0, 0 0;
  19. position: relative;
  20. z-index: 3;
  21. line-height: 0.1;
  22. top: -12px;
  23. }
  24.  
  25. #text04 {
  26. height: 60px;
  27. overflow: scroll;
  28. }
  29.  
  30. #text05 {
  31. height: 60px;
  32. overflow: scroll;
  33. }
  34.  
  35. #text06 {
  36. font-family: 'Pacifico', cursive;
  37. text-shadow: -1px 0 #ffbfe0, 0 1px #ffbfe0, 1px 0 #ffbfe0, 0 -1px #ffbfe0, 0 0;
  38. position: relative;
  39. z-index: 3;
  40. line-height: 0.1;
  41. top: -12px;
  42. }
  43.  
  44. #text07 {
  45. height: 60px;
  46. overflow: scroll;
  47. }
  48.  
  49. #text08 {
  50. font-family: 'Pacifico', cursive;
  51. text-shadow: -1px 0 #ffbfe0, 0 1px #ffbfe0, 1px 0 #ffbfe0, 0 -1px #ffbfe0, 0 0;
  52. position: relative;
  53. z-index: 3;
  54. line-height: 0.1;
  55. top: -12px;
  56. }
  57.  
  58. #container01 {
  59. z-index: 99;
  60. }
  61.  
  62. #container02 {
  63. z-index: 99;
  64. }
  65.  
  66. #container03 {
  67. z-index: 99;
  68. }
  69. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement