TransmutedSelf

Untitled

Jun 24th, 2018
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. <raw-code>
  2. <!--MAIN BACKGROUND & HEADER-->
  3. <center>
  4. <div style="background: url('https://i.imgur.com/5JdOZQB.png'); margin: auto; width: 300px; height: 500px; padding: 30px; border-radius: 20px;">
  5. <div style="font-family: 'Orbitron', Open Sans, sans serif; color: #d3d7f9; text-transform: uppercase; font-size: 28px; text-align: center; letter-spacing: 10px; padding-bottom: 10px; border-bottom-style: groove; border-bottom-color: #aeb1d1; border-bottom-width: 1px; line-height: 16px" align="center">
  6. <i><b>bangr</b></i>
  7. </div>
  8.  
  9. <!--PROFILE IMAGE BG & PROFILE IMAGE-->
  10. <div style="width: 275px; height: 275px; border: 5px solid #aeb1d1; border-radius: 170px; padding: 0px; margin: 15px auto">
  11. <div style="background: url('https://i.imgur.com/cIPyvXC.png'); background-size: cover; width: 225px; height: 225px; border-radius: 180px; padding: 25px; background-position: center;">
  12. <div style="background: url('**YOUR PROFILE IMAGE HERE**'); background-size: auto 220px; background-repeat: no-repeat; background-position: center; border-radius: 130px; width: 223px; height: 223px; padding-top: 223px; border: 1px dotted #aeb1d1">
  13. </div>
  14. </div>
  15. </div>
  16.  
  17. <!--PROFILE TEXT-->
  18. <div style="font-size: 12pt; font-family: 'Orbitron', Open Sans, sans serif; text-transform: uppercase; margin-top: -10px; text-align: center; color: #dadeff;">
  19. <b>NAME | AGE</b>
  20. </div>
  21.  
  22. <div style="height: 120px; background: url('https://i.imgur.com/mi2ArCG.png'); overflow-y: auto; margin: 5px auto; border-radius: 6px; padding: 10px; font-family: Open Sans, sans serif">
  23. ** INSERT YOUR PROFILE CODE HERE **
  24. </div>
  25. </div>
  26. <div style="clear: both"></div>
  27. </div>
  28. <br />
  29.  
  30. <!--YES/NO CODES-->
  31. <center><table><tr><td style="text-align: center"><span style="font-family: times; font-size:40px; color:#33cc33;">✓</span> </td><td style="text-align: center"><span style="font-family: times; font-size:40px; color:#CC0000;">✕</span></div></td></tr><tr>
  32. <td style="text-align: center"><big><big><big><b>YES</big></big></big></b><br />
  33. <textarea><span style="font-family: times; font-size:40px; color:#33cc33;">✓</span></textarea></td>
  34. <td style="text-align: center"><big><big><big><b>NO</big></big></big></b><br />
  35. <textarea><span style="font-family: times; font-size:40px; color:#CC0000;">✕</span></textarea></td>
  36. </tr>
  37. </table>
  38. </center>
  39. </center>
  40. </raw-code>
Add Comment
Please, Sign In to add comment