LoginSignup
9
8

More than 5 years have passed since last update.

雛形:UIまで手の回らないプログラマのためのBootstrap3実用ガイド

Last updated at Posted at 2016-03-10

UIまで手の回らないプログラマのためのBootstrap 3実用ガイド
を読み始める。
以下の初期テンプレートに色々追加しながら勉強していくぞい。

index.html
<!DOCTYPE html>
<html lang="ja">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
    <title>Bootstrap 101 Template</title>

    <!-- Bootstrap -->
    <link href="css/bootstrap.min.css" rel="stylesheet">

</head>
<body>
    <div class="jumbotron">

        <h1><span class="glyphicon glyphicon-book"></span>はじめてのbootstrap3</h1>

        <div class="alert alert-info">
            <button type="button" class="close" data-dismiss="alert" 
            aria-hidden="true" >&times;</button>
            <p>Bootstrap3のテスト</p>

        </div>

    </div>


    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
    <script src="js/jquery-1.12.1.js"></script>
    <!-- Include all compiled plugins (below), or include individual files as needed -->
    <script src="js/bootstrap.min.js"></script>

    <script type="text/javascript">
    // jQuery


    </script>

</body>
</html>

UIまで手の回らないプログラマのためのBootstrap 3実用ガイド
大澤 文孝
翔泳社
売り上げランキング: 50,714
9
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
8