tail -f /dev/null

If you haven't had any obstacles lately, you're not challenging. be the worst.

bootstrap

bootstrapで基本的な固定サイドメニューを作成する

bootstrap2系 <html lang="ja"> <head> <meta charset="utf-8"> <title>test</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/css/bootstrap.min.css" /> <link rel="stylesheet" href="/css/general.css" /> </link></link></meta></meta></head></html>

Bootstrapでのformの基本的な書き方と注意点

<div class="form-horizontal"> <form method="post" action=""> <div class="form-group"> <label for="lastname" class="col-xs-3 control-label">姓</label> <div class="col-md-3 col-xs-7"> <input type="text" class="form-control input-sm" name="lastname" id="lastname" placeholder="姓"> </div> </div> </form></div>