"responsive"
Bootstrap 3.3.0 Snippet by Lukas

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <div class="span12 well lead box"> <h1 class="box">What's going on?</h1> <p class="box">You tried access a restricted area of our site. <br /> This area is only to admin or people with permission. </p> <a href="#" class="btn btn-danger"><i class="icon-chevron-left icon-white"></i> Back to menu</a> </div> </div> </div>
.box{ text-align: center; }

Related: See More


Questions / Comments: