Advertisement
thequeenroyal

thirsty

Mar 15th, 2020
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.48 KB | None | 0 0
  1. @font-face {
  2.   font-family: "Couture";
  3.   src: url('https://dl.dropbox.com/s/uooxtl95ioyu2f9/couture-bld.otf');
  4.   format("truetype");}
  5. #thirsty {
  6.   width: 750px;
  7.   height: auto;
  8. }
  9. #thirsty .base {
  10. background: #000;
  11.   padding: 15px;
  12.   outline: 1px solid #fff;
  13.   outline-offset: -10px;
  14. }
  15. #thirsty .line {
  16.   background: #13DE00;
  17.   height: 5px;
  18. }
  19. #thirsty .foto {
  20.     width: 100px;
  21.   height: 100px;
  22.  outline: 1px solid #13DE00;
  23.   outline-offset: 5px;
  24.   background: url(https://66.media.tumblr.com/4e4750929df1015e17d01ddcbdbd3134/tumblr_ppaot6xD9C1r3hdhfo4_250.gifv) center/cover;
  25.       position: relative;
  26.   float: left;
  27.   margin: 10px 25px 10px 10px;
  28. }
  29. #thirsty .basepost {
  30.   padding: 35px;
  31.   box-sizing: border-box;
  32.   border: 1px solid #fff;
  33.   margin-top: 5px;
  34.   }
  35. #thirsty  .post {
  36.   margin: 25px 0 0;
  37.   padding: 35px;
  38.   text-align: justify;
  39.   font: 14px Merriweather;
  40.   color: #ccc;
  41.   line-height: 170%;
  42. }
  43. #thirsty .bg {
  44.     background: #13DE00 url(https://i.pinimg.com/736x/e0/22/9e/e0229e2087afe48efe31277468cc1869.jpg) center/cover;
  45.   padding: 10px;
  46.   background-blend-mode: multiply;
  47.  
  48. }
  49. #thirsty .name {
  50.   color: #fff;
  51.   font: 40px Couture;
  52.   line-height: 100%;
  53.   text-align: center;
  54.   text-shadow: 1px 1px black, 1px -1px black;
  55. }
  56. #thirsty .quote {
  57.   color: #fff;
  58.   font: 10px Montserrat;
  59.   font-weight: bold;
  60.   width: 400px;
  61.   text-align: justify;
  62.   text-transform: uppercase;
  63.   line-height: 130%;
  64. }
  65.  #thirsty .post b {
  66.    color: #13DE00;
  67.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement