Advertisement
ukamori

all codes for biogger99 tut

Jul 31st, 2022
745
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.53 KB | None | 0 0
  1. <!--- NAVIGATION LINK CSS --->
  2. <style>
  3. @font-face {
  4. font-family: ALBA;
  5. src: url(https://dl.dropbox.com/s/0l4qryezh7ac9ls/ALBA____.TTF);
  6. }
  7. #text01 a, #text02 a{
  8. font-family: ALBA;
  9. -webkit-text-stroke: 1px #c67cff;
  10. background-image: radial-gradient(#e0b8ff 30%, transparent 70%);
  11. text-decoration: none;
  12. position: relative;
  13. top: 2em;
  14. }
  15. </style>
  16.  
  17.  
  18. <!--- ABOUT CONTAINER ALL CSS --->
  19. <style>
  20. #container02 {
  21. z-index: 99999;
  22. position: absolute;
  23. bottom: 3em;
  24. left: 9em;
  25. }
  26.  
  27. #text03, #text06 {
  28. font-family: ALBA;
  29. -webkit-text-stroke: 1px #c67cff;
  30. position: relative;
  31. top: 0.5em;
  32. z-index: 99;
  33. -webkit-filter: drop-shadow(0px 0px 1.5px #cb88ff);
  34. }
  35.  
  36. #text05, #text07 {
  37. padding: 10px;
  38. background: #efdaff;
  39. box-shadow: 0 0 0.4em 0.4em #efdaff;
  40. border-radius: 0.25em;
  41. }
  42.  
  43. #text07 {
  44. height: 5.75em;
  45. overflow: auto;
  46. }
  47.  
  48. #text04 a {
  49. position: absolute;
  50. top: -0.15em;
  51. left: 12.75em;
  52. z-index: 99;
  53. -webkit-text-stroke: 0.75px #CD8BFF;
  54. }
  55. </style>
  56.  
  57.  
  58. <!--- GUIDELINES CONTAINER ALL CSS  --->
  59. <style>
  60. #container03 {
  61. z-index: 99999;
  62. position: absolute;
  63. bottom: 3em;
  64. left: 9em;
  65. }
  66.  
  67. #text09 {
  68. font-family: ALBA;
  69. -webkit-text-stroke: 1px #c67cff;
  70. position: relative;
  71. top: 0.5em;
  72. z-index: 99;
  73. -webkit-filter: drop-shadow(0px 0px 1.5px #cb88ff);
  74. }
  75.  
  76. #text10 {
  77. padding: 10px;
  78. background: #efdaff;
  79. box-shadow: 0 0 0.4em 0.4em #efdaff;
  80. border-radius: 0.25em;
  81. height: 11.625em;
  82. overflow: auto;
  83. }
  84.  
  85. #text08 a {
  86. position: absolute;
  87. top: -0.15em;
  88. left: 12.75em;
  89. z-index: 99;
  90. -webkit-text-stroke: 0.75px #CD8BFF;
  91. }
  92. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement