I need to center text vertically and horizontally. Is there a simple way to do this for the following code?
<div style="display: block; height: 25px;">
<span id="ctl_txt" style="background-color: rgb(255, 0, 0);">
Basic
</span>
</div>