Advertisement
ukamori

codes for vilIarreaI tut

Jul 25th, 2022
786
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.45 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: cutie;
  4. src: url(https://dl.dropbox.com/s/xo075bh6tbd4f7d/CP.ttf);
  5. }
  6.  
  7. #container01 {
  8. border-width:7px;
  9. border-style:solid;
  10. border-image: url("https://i.imgur.com/NJa4bp2.png") 8 fill round;
  11. width:25em;
  12. margin:auto;
  13. height: 8em;
  14. overflow:auto;
  15. }
  16.  
  17. mark {
  18. background: #ecdcff;
  19. padding-left: 4px;
  20. padding-right: 4px;
  21. padding-top: 1px;
  22. border-radius: 1em;
  23. border: 1px solid black;
  24. font-family: cutie;
  25. }
  26. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement