Advertisement
thequeenroyal

lover

Apr 2nd, 2020
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.26 KB | None | 0 0
  1. @font-face {
  2.   font-family: "Beauty Demo";
  3.   src: url('https://dl.dropbox.com/s/2haibba3rtx06l0/BeautyDemo%20%281%29.otf');
  4.   format("truetype");}
  5. #lover {
  6.   width: 350px;
  7.   height: auto;
  8. }
  9. #lover .base {
  10.   margin: 25px 0 0;
  11.     padding: 15px;
  12.    background: #ff99ff url(https://66.media.tumblr.com/652d5a8cf530e738ad80b86e5ea8877e/tumblr_pnclrxFfBU1ubj601o1_400.gifv) center/cover;
  13.   background-blend-mode: multiply;
  14.   filter: grayscale(50%);
  15.  
  16. }
  17. #lover .line {
  18.   width: 95%;
  19.   background: #fff;
  20.   height: 1px;
  21.  
  22. }
  23. #lover .title {
  24.   font: 45px Beauty Demo;
  25.   color: #fff;
  26.     text-transform: lowercase;
  27.   line-height: 170%;
  28.  padding: 4px;
  29.   padding-bottom: 1%;
  30. }
  31. #lover .details {
  32.   text-align: justify;
  33.   font: 14px Merriweather;
  34.   color: #fff;
  35.   line-height: 170%;
  36.   padding-bottom: 3%;
  37.   box-sizing: border-box;
  38.   padding: 5px;
  39.  
  40. }
  41. #lover .second {
  42.   box-sizing: border-box;
  43.  padding: 5px;
  44.   box-sizing: border-box;
  45. margin: 5px 0 0;
  46.   position: relative;
  47.   bottom:  10px;
  48. }  
  49. #lover:after {
  50.    display: block;
  51.   content: "「sp」";
  52.   padding: 5px 10px;
  53.   font: 8px Consolas;
  54.   text-transform: uppercase;
  55.   font-weight: bold;
  56.   opacity: .4;
  57.   color: #8c8c8c; }
  58. #lover:hover:after {
  59.   content: "「self portrait resources」"; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement