Advertisement
thequeenroyal

love_shot

Feb 26th, 2020
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.67 KB | None | 0 0
  1. @font-face {
  2.   font-family: "Ananda";
  3.   src: url('https://dl.dropbox.com/s/f6vftlfsqaz30qs/Ananda%20Personal%20Use.ttf');
  4.   format("truetype");}
  5. #love_shot {
  6.   width: 515px;
  7.   height: auto;
  8.   overflow: hidden;
  9. }
  10. #love_shot .base {
  11.   border: 1px solid #000;
  12.   padding: 10px;
  13.   margin: 25px 0 0;
  14.   }
  15. #love_shot .bg {
  16.   background: #00cccc url(https://i.pinimg.com/736x/e0/22/9e/e0229e2087afe48efe31277468cc1869.jpg) center/cover;
  17.   padding: 10px;
  18.   background-blend-mode: multiply;
  19.  
  20. }
  21. #love_shot .name {
  22.   color: #fff;
  23.   font: 40px Ananda;
  24.   line-height: 100%;
  25.   text-align: center;
  26.   text-shadow: 1px 1px black, 1px -1px black;
  27. }
  28. #love_shot .foto {
  29.   width: 245px;
  30.   height: 150px;
  31.   background: url(https://i1.wp.com/66.media.tumblr.com/504efa2ba607f51cc4aa9049557a64c8/aaf562c77da42e95-2a/s540x810/adf9b1eed1aa7c403742815c4369ffb7909d5be4.gif?w=817&ssl=1) center/cover;
  32.   margin-top: 0px;
  33.   margin-left: -3px;
  34. }
  35. #love_shot .data {
  36.   border-bottom: 1px solid #000;
  37.   border-top: 1px solid #000;
  38.   width: 245px;
  39.   height: 25px;
  40.   background: #fff;
  41.   box-sizing: border-box;
  42.   padding: 10px;
  43. }
  44. #love_shot .info {
  45.   font: 11px Montserrat;
  46.     color: #000;
  47.   text-transform: uppercase;
  48. text-align: center;
  49.   font-weight: bold;
  50.   line-height: 70%;
  51.   padding: ppx;
  52. }
  53. #love_shot .quote {
  54.   width: 245px;
  55.   height: 120px;
  56.   border-bottom : 1px solid #000;
  57.   border-top: 1px solid #000;
  58.   margin-top: 3px;
  59.   padding: 10px;
  60.   box-sizing: border-box;
  61.  
  62. }
  63. #love_shot .story {
  64.   padding: 5px;
  65.  width: 220px;
  66.   height: 90px;
  67.   font: 12px Merriweather;
  68. text-align: justify;
  69.   line-height: 130%;
  70.   color: #000;
  71.   overflow: auto;
  72.   margin-top: -2px;
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement