QueerCodes

Photo Card

Feb 18th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. <html>
  2. <head>
  3. <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400&display=swap" rel="stylesheet">
  4.  
  5.  
  6. <style type="text/css">
  7. body {
  8. background: url('https://cdn.wallpapersafari.com/47/56/zX5yw2.jpg') no-repeat;
  9. background-size: fit;
  10. color:#fff;}
  11.  
  12. .container {
  13. margin:0 auto;
  14. top:100px;
  15. width:700px;
  16. height:500px;
  17. background: url('https://www.toptal.com/designers/subtlepatterns/patterns/zwartevilt.png');
  18. background-size:fit;
  19. padding-left:10px;
  20. text-align:center;
  21. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  22. overflow: hidden;}
  23.  
  24. .container img {
  25. width:400px;
  26. float:right;
  27. padding-left: 10px; }
  28.  
  29. h1 {
  30. padding:70px 0px 50px 0px;
  31. font-family: 'Source Sans Pro', sans-serif;
  32. font-size: 70pt;
  33. line-height: 0pt;
  34. text-transform: uppercase;
  35. font-weight: 200;
  36. border-bottom: 2px solid #fff;}
  37.  
  38. p {
  39. display: inline;
  40. font-family: 'Source Sans Pro', sans-serif;
  41. font-size:10pt;
  42. line-height: 20px;
  43. text-align: center; }
  44.  
  45. span {
  46. font-family: 'Source Sans Pro', sans-serif;
  47. font-weight: 500;
  48. font-style: oblique;}
  49.  
  50. </style>
  51. </head>
  52.  
  53. <body>
  54.  
  55. <div class="container" style="margin-top:100px;">
  56.  
  57. <img src="https://www.thefashionisto.com/wp-content/uploads/2012/12/jake001-800x1000.jpg">
  58.  
  59. <h1>Hutch</h1><BR>
  60.  
  61. <p>
  62. Twenty Three | 5" 10 | 160lbs <BR>
  63.  
  64. Brunette | Hazel | Athletic<BR>
  65.  
  66. <Strike>Musician</Strike> | Single | Londoner<BR><BR>
  67.  
  68. <span>In a dream I was a werewolf, my soul was filled with crystal light.
  69. Lavender ribbons of rain sang, ridding my heart of mortal fight </span>
  70.  
  71. <BR><BR>
  72. Loyal | Protective | Loner
  73. </p>
  74. </div>
  75.  
  76. <div style="position:fixed; bottom: 10px; right: 10px;">
  77. <a href="http://www.queercodes.tumblr.com"><img src="https://i.ibb.co/SN2rBg4/Logo-Makr-23-If-VB.png" alt="no image text" width="70px;"/></a>
  78.  
  79. </body>
Add Comment
Please, Sign In to add comment