"user_dashboard"
Bootstrap 3.3.0 Snippet by rkalita

<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 ----------> <header class="container-fluid bg-lightgray"> <div class="row header_bar"> <div class="col-md-4 col-xs-4"> LOGO </div> <div class="col-md-2 col-md-offset-6 col-xs-6 col-xs-offset-2"> Sign in<button type="button" class="btn btn-default sign_in_but">Open account</button> </div> </div> </header> <div class="container"> <div class="row"> <div class="col-md-4"> askdfjklsadjf </div> <div class="col-md-8"> kadsmfklsamdf </div> </div> </div> <footer class="container-fluid bg-lightgray"> <div class="row footer_terms"> <div class="col-md-4 col-md-offset-2 col-xs-5 col-xs-offset-1"> Terms and Conditions </div> <div class="col-md-4 col-md-offset-2 col-xs-5 col-xs-offset-1"> Company information </div> </div> <div class="row footer_rights"> All rights reserved 2017 © RouletteBot.com </div> </footer>
/* Credit to bootsnipp.com for the css for the color graph */ .buttons_divider { margin-top: 10%; margin-bottom: 10%; border-bottom: solid #ccc 1px; } .sign_up_title { text-align: center; margin-bottom: 10%; } .sign_in_but { border-radius: 45%; margin-left: 5px } .sign_up_form input { border-radius: 0px; } .bg-lightgray { background-color:LightGray; } header { margin-bottom: 5%; } .header_bar { margin-top: 20px; margin-bottom: 20px } footer { margin-top: 5%; } .footer_terms { margin-top: 20px; } .footer_rights { margin-top: 20px; margin-bottom: 20px; text-align: center; } .terms_and_conditions { margin-bottom: 10px; }

Related: See More


Questions / Comments: