I am just having fun building my own stuff with bootstrap. I am wondering what is the best way to add a border to a container with Bootstrap 3? I am having a hard time finding built in functionality in bootstrap and I am wondering what the best way to do it is for the code below if I want the text to be enclosed in a border.
<div class="container-fluid">
<div class="row">
<div class="col-md-12"><p class="text-center">Welcome.</p></div>
</div>
</div>
Welcome.