Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.38 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4.     <title>Thunderstrucked</title>
  5.     <style>
  6.     *{margin:0;padding:0;list-style:none;}
  7.     body {
  8.         background-color:#000;
  9.         background-image:url('http://i.imgur.com/02vygNu.png');
  10.     }
  11.     #box {
  12.         width:50%;
  13.         margin-left:auto;
  14.         margin-right:auto;
  15.         margin-top:3%;
  16.         overflow:hidden;
  17.         color:#707070;
  18.         background:#0C0C0C;
  19.         padding:5px;
  20.         padding-top:10px;
  21.         padding-bottom:10px;
  22.         text-align:center;
  23.     }
  24.     #box .title {
  25.         font-size:25px;
  26.     }
  27.     #box .title .struck {
  28.         font-weight:bold;
  29.         color:#520746;
  30.         text-shadow:0 0 1px darkred;
  31.     }
  32.     </style>
  33. </head>
  34. <body>
  35.     <div id="box">
  36.         <p class="title">You've been <span class="struck">Thunderstrucked</span></p>
  37.         <br /><br />
  38.         <p>
  39.         In November 2014, there has been 630 terrorist attacks carried out by <b>muslims.</b>
  40.         Islamic State, Boko Haram, Taliban, Al-Qaeda Arabian Peninsula, Al-Shabab, Jabhat al Nusra, Tehreek-i-Taliban Pakistan and Jamaat ul-Ahrar are responsible for this.
  41.         <br /><br />
  42.         In Norway, police now carry firearms due to reasons to believe muslims will strike in Norway, around January-February (2015).
  43.         <br /><br />
  44.         Islam is a threat to the world, humanity, peace, love and kindness.
  45.         Muslims are a bunch of brainwashed, psychopaths who needs to be stopped.
  46.         <br /><br /><br /><br />
  47.         Peace out,
  48.         You've been Thunderstrucked.
  49.         </p>
  50.     </div>
  51. </body>
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement