Advertisement
Guest User

JOAO Placeholder

a guest
Oct 22nd, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. <style>
  2.  
  3. body {background: #E1DDD2;}
  4.  
  5. a {text-decoration: none; color: #000;}
  6. a:hover {color: #fff;}
  7.  
  8. .container {position: fixed;
  9. background: #000;
  10. height: 460px;
  11. width: 660px;
  12. margin: auto;
  13. left: 0px;
  14. right: 0px;
  15. top: 0px;
  16. bottom: 0px;
  17. }
  18.  
  19. .img1 {position: absolute;
  20. background: url('https://scontent-atl3-1.cdninstagram.com/vp/29c97496111cc23316bb12a4f69baa4b/5E2962C3/t51.2885-15/e35/33124973_255201451708779_5155355807822381056_n.jpg?_nc_ht=scontent-atl3-1.cdninstagram.com&_nc_cat=103') no-repeat;
  21. background-size: 480px;
  22. background-position: -28px -15px;
  23. height: 400px;
  24. width: 270px;
  25. left: 10px;
  26. top: 10px;
  27. border: 1px solid #E1DDD2;
  28. }
  29.  
  30. .img2 {position: absolute;
  31. background: url('https://scontent-iad3-1.cdninstagram.com/vp/1650fbad1fe7dd4ea2720490e875306e/5E45B593/t51.2885-15/e35/31449004_187683838549321_8398604429007257600_n.jpg?_nc_ht=scontent-iad3-1.cdninstagram.com&_nc_cat=101') no-repeat;
  32. background-size: 420px;
  33. background-position: -30px -30px;
  34. height: 400px;
  35. width: 355px;
  36. left: 280px;
  37. top: -1px;
  38. border: 1px solid #E1DDD2;
  39. }
  40.  
  41. .name {position: absolute;
  42. font-family: times;
  43. font-size: 30px;
  44. color: #E1DDD2;
  45. letter-spacing: 10px;
  46. font-style: italic;
  47. right: 10px;
  48. bottom: 10px;
  49. }
  50.  
  51.  
  52. .coder {position: absolute;
  53. font-family: courier;
  54. font-size: 10px;
  55. color: #000;
  56. letter-spacing: 2px;
  57. left: 310px;
  58. bottom: -20px;
  59. }
  60.  
  61. </style>
  62.  
  63. <div class="container">
  64.  
  65. <div class="img1"><div class="img2"></div></div>
  66.  
  67. <div class="name">joao.</div>
  68.  
  69. <div class="coder"><a href="https://roleplay.chat/profile.php?user=words">words</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement