Advertisement
izuemis

cr angeidiarys #3

Oct 14th, 2022
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. -- FONT --
  2. @font-face {
  3. font-family: roman;
  4. src: url(https://dl.dropbox.com/s/f9cfrx4wyt13rwv/ROMANTIC.TTF);
  5. }
  6.  
  7. -- TOP CONTAINER --
  8. border-radius: 10px 10px 0px 0px;
  9.  
  10. -- BOTTOM CONTAINER --
  11. border-radius: 0px 0px 10px 10px;
  12.  
  13. -- MIDDLE CONTAINER --
  14. height: 9em;
  15.  
  16. -- NAME --
  17. font-family: roman;
  18. position: relative;
  19. bottom: .5em;
  20.  
  21. -- SCROLLBOX --
  22. background: rgba(255,255,255,0.7);
  23. border-radius: 5px;
  24. height: 9em;
  25. overflow: auto;
  26. padding: 5px;
  27. width: 12em;
  28. position: absolute;
  29. right: 0.5em;
  30. top: 2.8em;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement