Facebook
From Beige Macaw, 6 Years ago, written in Plain Text.
This paste is a reply to Untitled from Sharp Wolf - view diff
Embed
Download Paste or View Raw
Hits: 373
  1. <style>
  2.             .piekne{
  3.                 background: hotpink;
  4.                 border: ivory dashed 6px;
  5.             }
  6.            
  7.         </style>
  8.  
  9.  
  10. ####################
  11. <!DOCTYPE html>
  12. <!--
  13. To change this license header, choose License Headers in Project Properties.
  14. To change this template file, choose Tools | Templates
  15. and open the template in the editor.
  16. -->
  17. <html>
  18.     <head>
  19.        
  20.        
  21.         <meta charset="UTF-8">
  22.         <title></title>
  23.     </head>
  24.     <body>
  25.     <p style="background: olivedrab; border: blueviolet dotted thick;">1</p>
  26.     <p class="piekne">2</p>
  27.         <p>3</p>
  28.     </body>
  29. </html>
  30.