synkology

carrd tutorial 01

Aug 1st, 2022 (edited)
792
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. <!--- scroll 01 --->
  2.  
  3. <style>
  4. #scroll01 {
  5. border-width:7px;
  6. border-style:solid;
  7. border-image: url("https://media.discordapp.net/attachments/826854899013648384/839700444375810078/tumblr_inline_o98n9dbCl61u2r0ws_540_1_2.png") 8 fill round;
  8. height: 70px;
  9. padding: 5px;
  10. overflow: auto;
  11. background: white;
  12. }
  13. @media screen and (max-width: 800px) {
  14. #scroll01 {
  15. height: 60px;
  16. }
  17. }
  18. </style>
  19.  
  20. <div id="scroll01"> text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text</div>
  21.  
  22.  
  23. <!--- scroll 02 --->
  24.  
  25. <style>
  26. #scroll02 {
  27. border-width:7px;
  28. border-style:solid;
  29. border-image: url("https://media.discordapp.net/attachments/826854899013648384/839700444375810078/tumblr_inline_o98n9dbCl61u2r0ws_540_1_2.png") 8 fill round;
  30. height: 70px;
  31. padding: 5px;
  32. overflow: auto;
  33. background: white;
  34. }
  35. @media screen and (max-width: 800px) {
  36. #scroll02 {
  37. height: 60px;
  38. }
  39. }
  40. </style>
  41.  
  42. <div id="scroll02"> text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
  43. </div>
  44.  
  45.  
  46. <!--- css embed --->
  47.  
  48. <style>
  49. #container01 {
  50. border: 2px #B89DBD solid;
  51. border-radius: 10px;
  52. box-shadow: 0rem 0rem 0.25rem 0rem #DBB1E3;
  53. background: white;
  54. }
  55. ::-webkit-scrollbar{
  56. width: 0px;
  57. height: 0px;
  58. }
  59. ::-webkit-scrollbar-thumb{
  60. background: rgba(255, 255, 255,0);
  61. }
  62. ::-webkit-scrollbar-track{
  63. background: transparent;
  64. }
  65. </style>
Advertisement
Add Comment
Please, Sign In to add comment