Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>This is the new shit</title>
  5. </head>
  6. <style type="text/css">
  7.  
  8. .wrapper{
  9. height:30vh;
  10. background-color: #e7e7e7;
  11. width:40vw;
  12. opacity: 0.6;
  13. overflow-y: scroll;
  14. }
  15. .content{
  16.  
  17. word-break: break-all;
  18.  
  19. }
  20.  
  21.  
  22. </style>
  23. <body>
  24.  
  25.  
  26. <div class="wrapper">
  27.  
  28. <div class="content">
  29.  
  30.  
  31.  
  32. <div>
  33.  
  34. <div>
  35.  
  36.  
  37.  
  38.  
  39. </body>
  40.  
  41. <script type="text/javascript">
  42.  
  43. let el = document.getElementsByClassName('content')[0]
  44.  
  45. let str=""
  46. for(let i=0;i<1000;++i)
  47. str +=i
  48.  
  49. el.innerText = str
  50.  
  51.  
  52. </script>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement