Advertisement
thequeenroyal

fancy you

Jul 27th, 2019
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.15 KB | None | 0 0
  1. #fancy {
  2.   width: 675px;
  3.   height: auto;
  4.   background: #000;
  5.   padding: 35px;
  6. }
  7. #fancy .base {
  8.   width: 100%;
  9.   padding: 35px;
  10.   box-sizing: border-box;
  11.   outline: 10px solid #0e0e0e;
  12.  
  13. }
  14. #fancy .title {
  15.   font: 900 25px 'Noto Serif SC', sans-serif;
  16.   color: #fff;
  17.   text-transform: uppercase;
  18.   line-height: 160%;
  19.   text-align: center;
  20.   padding: 5px;
  21.   font-style: italic;
  22.   box-sizing: border-box;
  23. }
  24. #fancy .cute {
  25.   width: 80px;
  26.   height: 80px;
  27.   background: transparent;
  28.   border: 3px solid #c182f5;
  29.   padding: 5px;
  30.   border-radius: 100%;
  31.   position: relative;
  32.   right: 20px;
  33.   bottom: 5px;
  34. }
  35. #fancy .photo {
  36.   width: 80px;
  37.   height: 80px;
  38.   background: url(https://66.media.tumblr.com/55eca3c76f881db6efeef6ef902b8ea0/tumblr_opk1yurxj81w9geguo1_250.png) center/cover;
  39.   border-radius: 100%;
  40. }
  41. #fancy .quote {
  42.   font: 10px 'Montserrat', sans-serif;
  43.   color: #fff;
  44.   text-align: justify;
  45.   line-height: 130%;
  46. text-transform: uppercase;
  47.   padding: 5px 10px 10px 5px;
  48.   box-sizing: border-box;
  49. }
  50.   #fancy .basepost {
  51.   background: #000;
  52.   width: 100%;
  53.   box-sizing: border-box;
  54.   padding: 30px;
  55.   outline: 10px solid #0e0e0e;
  56. margin-top: 10px;
  57. }
  58.     #fancy .post {
  59.   font: 13px Arial, sans-serif;
  60.   color: #878787;
  61.     padding: 30px;
  62.   text-align: justify;
  63.   line-height: 150%;
  64.   }
  65. #fancy .post b {
  66.   color: #c182f5;
  67. }
  68. #fancy .notas {
  69.   width: 100%;
  70.   background: url(http://newevolutiondesigns.com/images/freebies/black-white-background-2.jpg) center/cover;
  71.   padding: 10px;
  72.   box-sizing: border-box;
  73.   outline: 10px solid #0e0e0e;
  74.   margin-top: 5px;
  75.   background-blend-mode: multiply;
  76.   background-color: #c182f5;}
  77. #fancy .text {
  78.   font: 13px 'Montserrat', sans-serif;
  79.   color: #fff;
  80.   text-transform: uppercase;
  81.   text-align: center;
  82.   line-height: 160%;
  83.   box-sizing: border-box;
  84.   }
  85. #fancy::after { content: "「♡」";
  86.   font: bold 12px Consolas;
  87.   color: #ccc;
  88.   text-transform: uppercase;
  89.   text-align: center;
  90.   letter-spacing: -.5px;
  91.   opacity: .3;
  92.   position: relative;
  93.   bottom: -5px;
  94.   left: 0px;
  95. }
  96. #fancy:hover::after {
  97.    content: "「AMERICAN QUEEN ♡ ROYALTY CODES」"
  98.     ; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement