Facebook
From Vixen Westmoreland, 3 Years ago, written in HTML5.
Embed
Download Paste or View Raw
Hits: 99
  1. <!DOCTYPE html>
  2.     <head>
  3.         <style>
  4.            
  5.             .firstline {
  6.                 display: flex;
  7.                 align-items: center;
  8.                 justify-content: center;
  9.                
  10.                
  11.             }
  12.  
  13.             #fire1 {
  14.                 width: 100px;
  15.                 padding-left: 10px;
  16.             }
  17.             #help {
  18.                 display: flex;
  19.                 width: 300px;
  20.                 flex-grow: 2;
  21.                 flex-shrink: 0;
  22.                 flex-basis: auto;
  23.             }
  24.            
  25.  
  26.             #fire2 {
  27.                 width: 100px;
  28.                 padding-right: 10px;
  29.             }
  30.            
  31.                
  32.            
  33.            
  34.         </style>
  35.  
  36.     </head>
  37.     <body>
  38.                 <div class="firstline">
  39.                  <img class="fire" id="fire1" src="https://static9.depositphotos.com/1665016/1134/v/950/depositphotos_11346788-stock-illustration-flames.jpg" alt="">
  40.                 <div id="help">
  41.                   <p>im so fucking tired of this shit</p>
  42.                  </div>
  43.                   <img class="fire" id="fire2" src="https://static9.depositphotos.com/1665016/1134/v/950/depositphotos_11346788-stock-illustration-flames.jpg"
  44.                </div>
  45.                 </body>
  46. </html>