Facebook
From Vixen Westmoreland, 3 Years ago, written in HTML5.
Embed
Download Paste or View Raw
Hits: 76
  1. <!DOCTYPE html>
  2.     <head>
  3.         <style>
  4.             .fire {
  5.                 width: 100px;
  6.                 display: inline;
  7.             }
  8.             .text1 {
  9.                 width: 1000px;
  10.                 display: inline;
  11.             }
  12.         </style>
  13.  
  14.     </head>
  15.     <body>
  16.                  <img class="fire" id="fire1" src="https://static9.depositphotos.com/1665016/1134/v/950/depositphotos_11346788-stock-illustration-flames.jpg" alt="">
  17.                  <p id="text1">im so fucking tired of this shit</p>
  18.                  <img class="fire" id="fire2" src="https://static9.depositphotos.com/1665016/1134/v/950/depositphotos_11346788-stock-illustration-flames.jpg"
  19.    </body>
  20. </html>