"jinrou_lobby"
Bootstrap 3.0.0 Snippet by supaman4561

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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 ----------> <body> <div class="center jumbotron"> <ul style="list-style:none;"> <li> <a href="#" class="btn btn-lg btn-primary"> <span class="glyphicon glyphicon-home"></span> 村おこし </a> </li> <li> <a href="#" class="btn btn-lg btn-danger"> <span class="glyphicon glyphicon-arrow-right"></span> 村に参加 </a> </li> </ul> </div> <div class="profile left"> <h2> Your profile </h2> <hr> <dl class="form-group"> <dt> <label for="user_name">名前</label> </dt> <dd> <input class="form-controll" id="user_name" name="user[user_name]" size="30" type="text" value="Sample"> </dd> </dl> <dl class="view-group"> <dt> <label for="play_count">プレイ回数</label> </dt> <dd> 100 回 </dd> </dl> <dl class="view-group"> <dt> <label for="win_count">勝利回数</label> </dt> <dd> 30 回 </dd> </dl> </div> </body>
body { padding-top: 60px; } .center { text-align: center; }

Related: See More


Questions / Comments: