Advertisement
thequeenroyal

shameless

Apr 2nd, 2020
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.02 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. #shameless {
  6.   width: 290px;
  7.   height: auto;
  8. }
  9. #shameless .base {
  10.     border: 1px solid #000;
  11.   padding: 10px;
  12.   margin: 25px 0 0;
  13.  
  14. }
  15. #shameless .foto {
  16.   width: 268px;
  17.   height: 150px;
  18.     background: url(https://i.imgur.com/HKD6sPA.jpg) center/cover;
  19. }
  20. #shameless .bg {
  21.  
  22.   background: #e63e62 url(https://i.pinimg.com/736x/28/0b/73/280b73a4c7221e3e5895b1945c3ca401.jpg) center/cover;
  23.   background-blend-mode: multiply;
  24.   height: auto;
  25. }
  26. #shameless .name {
  27.   font: 30px Ananda;
  28.   color:  #fff;
  29.   padding: 10px;
  30.   padding-bottom: 5%;
  31.   text-transform: lowercase;
  32.   line-height: 130%;
  33. }
  34. #shameless .quote {
  35.   font: 10px Montserrat;
  36.   color: #fff;
  37.   padding: 10px;
  38.   text-transform: uppercase;
  39.   text-align: justify;
  40.   line-height: 130%;
  41.   margin-top: 5px;
  42. }
  43. #shameless .line {
  44.   height: 1px;
  45.   background: #fff;
  46.   width: 80%;
  47.   margin-top: -5px;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement