Simple TH TOS

apenguinwhocodes

Info


Created
1 year, 4 months ago
Favorites
350

Profile


basic tos code for th's design credit


Mobile Friendly Theme friendly Custom colors

Credit isn't needed

Hi, a while ago I made myself a neat code for my global rules and now I decided to make it public.

You can insert it in setting then 'design manager'

  • I suggest not decorating too much because the credit section in a character's profile is very small

Sample

ATTENTION: *Important reminder here*

My TOS

  • Bullet point
  • bold bullet point
  • ...........

Filled Example

1U9HCxgTqVUom2VaeADqoNkhpqy9qhCVC.png

Code

    <div class="alert alert-danger p-2 mb-2" role="alert">
        <i class="fas fa-exclamation-triangle"></i> <b>ATTENTION:</b> *Important reminder here*
    </div>

<div class="card p-2 bg-faded border-right-0 border-left-0 mb-2" style="border-style:double; border-width:5px; box-shadow: 0 0 10px rgba(0,0,0,0.6);">
    <p class="text-center text-primary mb-1" style="font-size:20px; font-weight:600">My TOS</p>
    <ul class="m-0 text-muted">
        <li class="mb-2">Bullet point</li>
        <li class="mb-2"><b>bold</b> bullet point</li>
        <li class="mb-2">...........</li>
    </ul>
</div>