Im still in the infancy stages of learning CSS, but this worked for me when I tried making something similar.
Put this into wherever you want to display it. <span><b>Donate</b></a></span><div class="donate-border">
<ul><div class= "donate-bar" style=width:20%;></div></ul>
</div><br />
CSS:.donate-border {
height: 15px;
width: 200px;
background: #fff;
border: 1px solid silver;
padding: 0;
}
.donate-bar {
height: 11px;
margin: 2px;
padding: 0;
background: #D84519;
}
Testing the Signature section. hmmmm..