Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2. <head>
  3. <style>
  4. h1.pizdenka {
  5.     display:block;
  6.     text-align:center;
  7.     font-size:32px;
  8.     color:red;
  9.     text-shadow:5px 5px 5xp #000;
  10. }
  11. </style>
  12. </head>
  13. <body>
  14.  
  15. <h1 class="pizdenka">Пизденка</h1>
  16.  
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement