thequeenroyal

made_in_you

Mar 29th, 2020
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.73 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. #made_in_you {
  6.   width:  600px;
  7.   height:  auto;
  8. }
  9. #made_in_you .base {
  10.   padding:  10px;
  11.   border:  10px solid #000;
  12.   margin: 25px 0 0;
  13. }
  14. #made_in_you .basepost {
  15.   box-sizing: border-box;
  16.   border: 1px solid #000;
  17. padding: 35px;
  18.   }
  19. #made_in_you  .post {
  20.   text-align: justify;
  21.   font: 14px Merriweather;
  22.   color: #000;
  23.   line-height: 170%;
  24.   outline: 1px solid #000;
  25.   outline-offset: 30px;
  26. }
  27. #made_in_you .lowhead {
  28.   height:  130px;
  29.   background-image: linear-gradient(to left, #08088A, #b5c4ff);
  30.   padding:  10px;
  31.   margin-top: 5px;
  32. }
  33. #made_in_you .foto {
  34.     width: 100px;
  35.   height: 100px;
  36.  border: 10px solid #fff;
  37.    background: url(https://66.media.tumblr.com/4e4750929df1015e17d01ddcbdbd3134/tumblr_ppaot6xD9C1r3hdhfo4_250.gifv) center/cover;
  38.       position: relative;
  39.     border-radius: 100%;
  40.   float:  left;
  41.  
  42. }
  43. #made_in_you .quote {
  44.    color: #fff;
  45.   font: 10px Montserrat;
  46.   font-weight: bold;
  47.   width: 330px;
  48.   text-align: justify;
  49.   text-transform: uppercase;
  50.   line-height: 130%;
  51.  position:  relative;
  52.   left:  25px;
  53.  
  54.   box-sizing:  border-box;
  55.  
  56. }
  57. #made_in_you .name {
  58.   font:  47px Beauty Demo;
  59.   display:  inline-block;
  60.   text-transform:  lowercase;
  61.   color:  #fff;
  62.   text-align:  center;
  63.   line-height:  100%;
  64.   padding:  5px;
  65.   box-sizing: border-box;
  66. }
  67.  
  68. #made_in_yout:after {
  69.    display: block;
  70.   content: "「sp」";
  71.   padding: 5px 10px;
  72.   font: 8px Consolas;
  73.   text-transform: uppercase;
  74.   font-weight: bold;
  75.   opacity: .4;
  76.   color: #8c8c8c; }
  77. #made_in_you:hover:after {
  78.   content: "「self portrait resources」"; }
Advertisement
Add Comment
Please, Sign In to add comment