Advertisement
_Pandora

Custom King Title

Jul 27th, 2023 (edited)
819
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 KB | None | 0 0
  1. /* Codes made by Pandora #144118  
  2. Codes may be edited, used in commissions or for personal use
  3. Please do not remove credit
  4. */
  5.  
  6. /* CUSTOM KING TITLE - AFTER */
  7.  
  8. #about > tbody > tr:nth-child(1) > td > div::after {
  9.     content:', TEXT';
  10.     font-size:17px;
  11.    
  12. }
  13.  
  14. /* CUSTOM KING TITLE - BEFORE */
  15.  
  16. #about > tbody > tr:nth-child(1) > td > div::before {
  17.     content:'TEXT';
  18.     font-size:17px;
  19.    
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement