Need Help With My HTML Template!

Posted 5 years, 1 month ago by thefunnyrabbid

So, I'm using a free template from Hukiolukio, and under the Appearance section, there are little bars that show a scale of how curvy/flat, short/tall, skinny/large, etc. the character is. I can't seem to move the little bars, though... Any help with that?

Raichurules

twoducks

If you're using the Sheet Profile, it looks like you just need to change the width of the bar.

I'm going to put it in a spoiler, but here's just one section that has two traits with the bar between them. Just change the percentage that's bolded, lower number is closer to the first trait and higher is closer to the second.

<div class="container-fluid">
<div class="row justify-content-center mb-2">
<div class="col-3 text-right">
<strong>Curvy</strong>
</div>
<div class="col-5">
<div class="card card-outline" style="height:8px;margin-top:6px;border:2px solid">
<div class="card card-outline rounded-0" style="height:7px;width:90%;border:4px solid;border-left:transparent;border-top:transparent;border-bottom:transparent;">
</div>
</div>
</div>
<div class="col-3 text-left">
<strong>Flat</strong>
</div>
</div>
</div>