Advertisement
naocrrds

scripted details

Mar 15th, 2024
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <section class="layout">
  5. <table style="width: 50%;">
  6. <tbody>
  7. <tr>
  8. <td>
  9. <style> .hotpinkye {
  10. border-width: 8px;
  11. border-style: solid;
  12. border-image: url("https://i.ibb.co/h1Q3bFn/83-B27704-CEA1-4-B8-F-BF79-90-D624-EDC6-F6.png") 8 fill round;
  13. width:100%;height:auto;border-radius:10px;
  14. } img { pointer-events: none;}
  15. </style>
  16. <img class="hotpinkye" src="https://scripted.neocities.org/twitero.jpg" alt=".">
  17. <br>[lace border] hot pink<br />
  18.  
  19. </td>
  20. <tr>
  21. <td>
  22. <details>
  23. <summary>Code | <a href="http://jasminnie.weebly.com/">Source Link</a></summary>
  24. <pre><code> .hotpink-border {
  25. border-width: 8px;
  26. border-style: solid;
  27. border-image: url("https://i.ibb.co/h1Q3bFn/83-B27704-CEA1-4-B8-F-BF79-90-D624-EDC6-F6.png") 8 fill round;
  28. width:100%;height:auto;border-radius:10px;
  29.  
  30. }</code></pre>
  31. </details>
  32. <hr>
  33. </section>
  34. </td>
  35. <tr>
  36.  
  37. <td>
  38. <style> .cofeepotayu { border-width:8px; border-style:solid; border-image: url("https://dl.dropbox.com/s/w5yteo6huqvmzx1/brown.png") 8 fill round; } </style><img class="cofeepotayu" src="https://scripted.neocities.org/twitero.jpg" alt="." style="width:100%;height:auto;border-radius:10px;"><br>
  39. </td>
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47. </tbody>
  48. </table>
  49.  
  50. <style>
  51. @import url('https://fonts.googleapis.com/css2?family=Overpass:wght@300&display=swap');
  52. @import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
  53.  
  54.  
  55. summary > span{
  56. text-decoration:none;
  57. text-decoration-style:none;
  58. }
  59. html, body, details{
  60. font-family: "Overpass", sans-serif;
  61. font-weight: 300;
  62. }
  63. summary a{
  64. font-style:italic;
  65. text-decoration:none;
  66. text-decoration-style:none;
  67. color:pink;
  68. }
  69. summary{
  70. user-select:none;
  71. display:block;
  72. text-decoration: underline;
  73. text-decoration-style: dotted;
  74. }
  75.  
  76.  
  77. summary::-webkit-details-marker {
  78. display: none;
  79. }
  80.  
  81. code{
  82. font-family: "DM Mono", monospace;
  83. font-weight: 400;
  84. font-style: normal;
  85. }
  86. </style>
  87.  
  88. <script>
  89. function copyText() {
  90.  
  91. /* Copy text into clipboard */
  92. navigator.clipboard.writeText
  93. ("Geeksforgeeks is best learning platform.");
  94. }
  95. </script>
  96.  
  97. </body>
  98. </html>
  99.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement