thequeenroyal

move

Feb 25th, 2020
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.03 KB | None | 0 0
  1. @font-face {
  2.   font-family: "Infinite Stroke";
  3.   src: url('https://dl.dropbox.com/s/0uzdmrwk28w0h40/Infinite_Stroke.otf');
  4.   format("truetype");}
  5.  
  6. #move {
  7.   width: 245px;
  8.   height: auto;
  9. }
  10. #move .base {
  11.   border: 1px solid #000;
  12.   padding: 5px;
  13.  }
  14. #move .foto {
  15.   height: 135px;
  16.   background: url(https://thumbs.gfycat.com/PlainAbleGroundbeetle-size_restricted.gif) center/cover;
  17.    
  18. }
  19. #move .line {
  20.   width: 150px;
  21.   height: 1px;
  22.   background: #000;
  23. }
  24. #move .lyric {
  25.   font: 28px Infinite Stroke;
  26.   color: #000;
  27.     text-transform: lowercase;
  28.   text-align: center;
  29.   padding: 10px;
  30.  line-height: 100%;
  31. }
  32.  
  33. #move .quote {
  34.   font: 10px Merriweather;
  35.   text-align: justify;
  36.   text-transform: uppercase;
  37.   color: #000;
  38.  line-height: 129%;
  39.   padding:10px;
  40. }
  41. #move:after {
  42.    display: block;
  43.   content: "unvillage resources";
  44.   padding: 5px 10px;
  45.   font: 8px Consolas;
  46.   text-transform: uppercase;
  47.   font-weight: bold;
  48.   opacity: .4;
  49.   color: #8c8c8c; }
  50. #move:hover:after {
  51.   content: "plagio é crime"; }
Add Comment
Please, Sign In to add comment