Advertisement
dianakko

mark text

Sep 7th, 2021
2,822
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 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. mark { /* round stuff like highlight */
  8. background: #ccc;
  9. border-radius:7px;
  10. border: 1px solid #000;
  11. padding-left: 5px;
  12. padding-right: 5px;
  13. color: #000;
  14. }
  15. </style>
  16. <span style="font-family: cutie; font-size:1.2em;"><mark>about me</mark></span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement