I used Twitter Bootstrap to arrange text and image side by side, but I'm having trouble centering the text. Do you have any ideas on how to achieve this?
<div class="row">
<div class="col-sm-1">
<a href="ghfhg"><i class="fa fa-calendar" style="color: rgb(72, 168, 237); font-size: 32px; box-sizing: content-box; line-height: 80px; text-align: center; width: 80px; height: 80px; display: inline-block; overflow: hidden; border-radius: 50%; background-color: rgb(224, 231, 237);"></i></a>
</div>
<div class="col-sm-2">
sdsad
</div>
</div>
Even after trying text-center, I couldn't get it to work properly: see image here