junijwi

Scroll Banter RP HTML (SAFEHOUSE)

Oct 29th, 2023 (edited)
750
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.96 KB | None | 0 0
  1. <!--------------------------------
  2.    SCROLL BANTER (Safehouse Version)
  3.  
  4.    PLEASE EDIT WITH WYSIWYG TURNED OFF!
  5.        you MUST use safehouse to fill this code.
  6.        go here and paste the code in.
  7.        https://safehou-se.vercel.app/code-filler
  8. --------------------------------->
  9.  
  10. <div class="mx-auto p-0" style="max-width: 800px;">
  11.     {{%Post%
  12.     <!-- start post -->
  13.     <div class="p-md-4 p-3 mb-3"
  14.         style="background-color: #e1e1e1; color: rgba(0,0,0,.75);
  15.                border: 3px inset #ce8c25; border-radius: 1em;">
  16.         <p class="text-uppercase mb-0" style="filter: opacity(70%); font-family: Palatino Linotype;">
  17.             <i class="{{i%Symbol%}}"></i> {{%Writer Name%}} - {{%Character Name%}}
  18.         </p>
  19.         <hr class="my-2" style="border-color: #ce8c25;">
  20.         {{%Post Content%
  21.             <p>
  22.             {{l%Paragraph%}}
  23.             </p>
  24.         %end%}}
  25.     </div>
  26.     <!-- end post -->
  27.     %end%}}
  28.    
  29. </div>
  30.  
Advertisement
Add Comment
Please, Sign In to add comment