Advertisement
Guest User

Untitled

a guest
May 19th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1.  
  2. <center>
  3. <div id="jzdmain">
  4. <img src="https://i.imgur.com/SvKjNMu.png" width="500" height="200">
  5.  
  6. <div id="jzdmain-bg1"></div>
  7. <div id="jzdmain-bg2"></div>
  8. <div id="jzdmain-bg3"></div>
  9.  
  10. <div id="jzdmain-info">
  11. <div id="jzdmain-ic">
  12. <img src="https://i.imgur.com/guWiAgz.png" width="80" height="80">
  13. <div id="jzdmain-user">
  14. <h1>@ShaynaMichaels</h1>
  15. <h2>Shayna Hickenbottom. A Texan living in Fort Lauderdale,FL. Mother of two. Internationally Published Tattoo Model. @WWE employee. All around total sarcastic bad ass chick.</h2>
  16. </div>
  17. </div>
  18.  
  19. <div id="jzdmain-imgs">
  20. <img src="https://i.imgur.com/x3oEfMk.png" width="100" height="100">
  21.  
  22. <img src="https://i.imgur.com/w6Ri4D2.png" width="100" height="100">
  23.  
  24. <img src="https://i.imgur.com/bGXHeyk.png" width="100" height="100">
  25.  
  26. <img src="https://i.imgur.com/Bs09nsd.png" width="100" height="100">
  27.  
  28. <img src="https://i.imgur.com/rtxPTtd.png" width="100" height="100">
  29.  
  30. <img src="https://i.imgur.com/kOyQsIS.png" width="100" height="100">
  31.  
  32. <img src="https://i.imgur.com/olHvxFX.png" width="100" height="100">
  33.  
  34. <img src="https://i.imgur.com/UUrXR1V.png" width="100" height="100">
  35. </div>
  36. </div>
  37. </div>
  38. </center>
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45. -----------------------------------------------------------------------------------------
  46.  
  47. <style>
  48.  
  49. #jzdmain { width:500px; height:505px; background:#000000; overflow:hidden;}
  50.  
  51. #jzdmain-bg1 { width:600px; height:200px; background:#54375e; margin:-55px 0 0 0; transform:rotate(-10deg);}
  52.  
  53. #jzdmain-bg2 { width:600px; height:200px; background: #aeaeae; margin:-180px 0 0 -30px; transform:rotate(10deg);}
  54.  
  55. #jzdmain-bg3 { width:600px; height:200px; background:#2f1837; margin:-250px 0 0 0px; transform:rotate(-20deg);}
  56.  
  57. #jzdmain-info { width:510px; height:351px; position:absolute; margin:-170px 0 0 0;}
  58.  
  59. #jzdmain-ic { width:auto; height:80px; display:block; margin:0 0 30px 0;}
  60.  
  61. #jzdmain-ic img { border-radius:100px; overflow:hidden; width:80px; height:80px; float:left; display:inline-block; margin:0 20px 0 30px;}
  62.  
  63. #jzdmain-user { width:330px; height:80px; display:inline-block; float:left;}
  64.  
  65. #jzdmain-ic h1 { font:26px 'Oswald'; font-weight:300; letter-spacing: 1px; color:#aeaeae; display:block; text-align:left; margin:25px 0 10px 0;}
  66.  
  67. #jzdmain-ic h2 { font:7px 'arial'; font-weight:300; color:#aeaeae; display:block; text-align:left; text-transform:uppercase; letter-spacing:1px; margin:0;}
  68.  
  69. #jzdmain-imgs { width:auto; height:220px; display:block; margin:0 0 30px 0; padding:0 30px 30px 30px;}
  70.  
  71. #jzdmain-imgs img { width:100px; height:100px; display:inline-block; float:left; margin:0 5px 10px 5px;}
  72.  
  73. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement