動かざることバグの如し

近づきたいよ 君の理想に

Bootstrap3をイチからはじめてみたの巻

てかBootstrap3ってだいぶ2と異なる点あるのにあまりそれ取り上げるブログがないから移行はまだ進んでない様子・・・?

ダウンロード

ここからzipで落として適当に配置。

とりあえず使ってみる

以下がテンプレート。雑魚IEには対応させてないからね(はーと

<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title>Bootstrap3テンプレート</title>
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<link href="css/bootstrap.min.css" rel="stylesheet">
	</head>
	<body>
	<h1>Bootstrap3テンプレート<small>Bootstrap3テンプレート</small></h1>
	<script src="//code.jquery.com/jquery.js"></script>
	<script src="js/bootstrap.min.js"></script>
	</body>
</html>