Advertisement
thequeenroyal

doyou - cannon css

Feb 9th, 2019
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.98 KB | None | 0 0
  1. /*********************
  2.  
  3.  
  4.  
  5.  
  6. MADE BY AMERICAN QUEEN
  7.  
  8.  
  9.  
  10.  
  11. **************************/
  12. #doyou .fundo {
  13.   width: 540px;
  14.   height: 540px;
  15.   border: 1px solid #000;
  16.   padding: 5px;
  17.   overflow: hidden;
  18. }
  19. #doyou .image {
  20.   width: 540px;
  21.   height: 540px;
  22.   background: url(https://pm1.narvii.com/6781/7945bd1980ea07926520a3b9e890d4b78dfc8865v2_hq.jpg) center/cover;
  23.   transition: all .7s ease-in-out;
  24.   }
  25. #doyou .color {
  26.   width: 540px;
  27.   height: 540px;
  28.   background-clip: border-box;
  29.  
  30. }
  31. #doyou .name {
  32.   margin-top: -305px;
  33.   font: 30px 'Montserrat', sans-serif;
  34.   color: #fff;
  35.   transform: translate(-0%, -0%);
  36.   isolation: isolate;
  37.   text-transform: uppercase;
  38.   transition: all .7s ease-in-out;
  39. }
  40. #doyou .info {
  41.   margin-top: 7px;
  42.   font: 13px Arial, sans-serif;
  43.   color: #000;
  44.   transform: translate(-0%, -0%);
  45.   isolation: isolate;
  46.   text-transform: uppercase;
  47.   transition: all .7s ease-in-out;
  48. }
  49. #doyou .fundo:hover .image {
  50.   opacity: .8;
  51. }
  52. #doyou .fundo:hover .info {
  53.   opacity: .0;
  54. }
  55. #doyou .fundo:hover .name {
  56.   margin-top: -659px;
  57. }
  58. #doyou .boxpost {
  59.   width: 530px;
  60.   height: 530px;
  61.   background: #cacaca;
  62.   position: relative;
  63.   margin-top: 290px;
  64.   transition: all .7s ease-in-out;
  65.   z-index: 10px;
  66. }
  67. #doyou .fundo:hover .boxpost {
  68. margin-top: 65px;
  69. }
  70. #doyou .gif {
  71.   width: 525px;
  72.   height: 120px;
  73.   background: url(https://66.media.tumblr.com/9e1a3b6ee4fd1a2e6da06da589d1be9c/tumblr_p3vukfcIiD1vozc1eo1_540.gif) center/cover;
  74.   position: relative;
  75.   top:  2px;
  76.   }
  77. #doyou .title {
  78.   font: 30px 'Montserrat', sans-serif;
  79.   color: #000;
  80.   text-transform: uppercase;
  81.   text-align: right;
  82.   margin-right: 2px;
  83.   }
  84. #doyou .post {
  85.  width: 520px;
  86.   height: 370px;
  87.   font: 13px Arial, sans-serif;
  88.   text-align: justify;
  89.   overflow: auto;
  90. }
  91.  
  92. body::-webkit-scrollbar {
  93.     width: 1px;
  94.   height: 10px;
  95.   background: transparent;
  96.   color: #000;
  97. }
  98.  
  99. .post::-webkit-scrollbar-thumb {
  100.   width: 1px;
  101.   height: 10px;
  102.   color: #000;
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement