Advertisement
thequeenroyal

jojolab

Feb 12th, 2019
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.78 KB | None | 0 0
  1. /*********************
  2.  
  3.  
  4.  
  5.  
  6. MADE BY AMERICAN QUEEN
  7.  
  8.  
  9.  
  10.  
  11. **************************/
  12. #bloomingday .bgcode  {
  13.   width: 750px;
  14.   height: auto;
  15.   padding: 35px;
  16.   border: 20px solid #69058a;
  17.   background: #000;
  18. }
  19. #bloomingday .imagebg {
  20. width: 650px;
  21.   background-size: 800px;
  22.   background-position: center;
  23.   padding: 25px;
  24.   border: 10px solid #69058a;
  25.     background-blend-mode: multiply;
  26.   background-clip: border-box;
  27. }
  28.   #bloomingday .bgcode2 {
  29.     width: 650px;
  30.   border: box-sizing;
  31.   border: 1px solid #69058a;
  32.  background: #fff;
  33.   }
  34. #bloomingday .title {
  35.   font: 35px 'Montserrat', sans-serif;
  36.   color: #000;
  37.   text-align: center;
  38.   letter-spacing: 3px;
  39.   border: box-sizing;
  40.   padding: 30px;
  41.   text-transform: uppercase;
  42. }
  43. #bloomingday .border {
  44.   width: calc(100% - %);
  45.   height: 250px;
  46.   border: 1px solid #fff;
  47.   padding: 5px;
  48.   margin-top: 3px;
  49. }
  50. #bloomingday .image {
  51.   width: 630px;
  52.   height: 245px;
  53.   background: url(https://pa1.narvii.com/6712/486fb5f736c6db983776ebdcb1e77dec83e7a05d_hq.gif) center/cover;
  54.   margin-top: 3px;
  55. }
  56. #bloomingday .prepost {
  57.     width: 650px;
  58.   margin-top: 3px;
  59.   border: 1px solid #69058a;
  60.   border: box-sizing;
  61.   background: #fff;
  62.    
  63.   }
  64.   #bloomingday .post {
  65.     width: calc(100% - 20%);
  66.   border: box-sizing;
  67.    font: 13px 'Arial', sans-serif;
  68.   text-align: justify;
  69.   padding: 30px;
  70.     }
  71. #bloomingday .notas {
  72.   font: 15px 'Montserrat', sans-serif;
  73.   color: #000;
  74.   text-align: center;
  75.   letter-spacing: 3px;
  76.   border: box-sizing;
  77.   padding: 30px;
  78.   text-transform: uppercase;
  79.   }
  80. #rbloomingday:after {
  81.   margin-top: 10px;
  82. content: "americanqueen at Royal codes";
  83. font: 10px 'Montserrat', sans-serif;
  84. color: #8e8e8e;
  85.   text-transform: uppercase;
  86.   text-align: center;
  87.   opacity: .2;
  88. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement