Advertisement
krugman

hello

Jul 25th, 2021 (edited)
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. hello hello
  2.  
  3. <div>hello</div>
  4.  
  5. <!-- FISH BOTTOM TEXT -->
  6. <html lang="en"><script src="https://cdnjs.cloudflare.com/ajax/libs/Hyphenator/5.3.0/Hyphenator.min.js"></script><script>Hyphenator.run();</script><body lang="en" class="hyphenate" onload="copyDiv();"><div id="mydiv1">
  7. <div class="triangle"></div><br>
  8. - New dedicated channel, improved layout, more zoom to show fish better, chat commands that bring up info graphics, etc etc... Hope you like it! \(^o^)/
  9. <br>
  10. - Sepi and Karppinen are making fish babies!!! They lay their eggs on an Amazon Sword Plant leaf in the back left corner. We've now witnessed two batches at least, but alas, no fry have survived for long. Let's keep a close eye on how everything goes, and wish our happy couple the best of luck! X) X)
  11. <br>
  12. - I'm sad to report we lost Savu, who was gone without a trace when I got home from Kuopio. More than likely the Ich (and related problems) had progressed too far by the time we realized what was happening, and started fixing things :(
  13. <br>
  14. <span class="yellow">Want to discuss fish stuff at length? Drop by in my main channel krugman123 when I'm live there :) :) :)</span>
  15. <br>
  16. <!--<div style="margin-top: 60px;"><span class="lightpink"><-- Sepi likes to cosplay Totoro under a leaf right about here</span></div>-->
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26. </div><div id="mydiv2"></div><style>
  27. body {
  28. font-family:Tox Typewriter;
  29. font-size:34px;
  30. color:white;
  31. line-height:0.95em;
  32. width:650px;
  33. height:1100px;
  34. }
  35. br {
  36. content: "";
  37. margin: 2em;
  38. display: block;
  39. font-size: 24%;
  40. }
  41. #mydiv1 {
  42. position: absolute;
  43. bottom:10;
  44. left:10;
  45. color:white;
  46. -webkit-text-stroke: 10px #543d54;
  47. }
  48. #mydiv2 {
  49. position: absolute;
  50. bottom:10;
  51. left:10;
  52. color:white;
  53. }
  54. .yellow { color:#e9c842; }
  55. .pink { color:#d893dc; }
  56. .lightpink { color:#f9bcfd; }
  57. .blue { color:#86c1ee; }
  58. .triangle {
  59. opacity: 0;
  60. width: 80px;
  61. height: 1100px;
  62. background-color: #7db9e8;
  63. margin: 0 0 0px 1px;
  64. float: right;
  65. -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  66. clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  67. -webkit-shape-outside: polygon(0% 0%, 100% 0%, 50% 100%);
  68. shape-outside: polygon(0% 0%, 100% 0%, 50% 100%);
  69. }
  70. </style><script type="text/javascript">
  71. function copyDiv(){
  72. var firstDivContent = document.getElementById('mydiv1');
  73. var secondDivContent = document.getElementById('mydiv2');
  74. secondDivContent.innerHTML = firstDivContent.innerHTML;
  75. }
  76. </script></body></html>
  77.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement