Advertisement
Sansaisbae

Untitled

Nov 11th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. body {
  2.  
  3. background: #a8593c;
  4. }
  5.  
  6. .robin {
  7. position: absolute;
  8. bottom: 10vh;
  9. right: 33vw;
  10. height: 80vh;
  11. width: 70vh;
  12. background-image: url('img here');
  13. border: 3px solid #c67759;
  14. background-size: cover;
  15. }
  16.  
  17. .sad {
  18. position: absolute;
  19. bottom: 8vh;
  20. right: 78vh;
  21. width: 45vh;
  22. font-family: roboto, sans-serif;
  23. font-size: 10px;
  24. color: white;
  25. letter-spacing: 1px;
  26. line-height: 10px;
  27. }
  28.  
  29. </style>
  30. <div class="robin"></div>
  31. <div class="sad">words</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement