-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcolor_test.html
40 lines (35 loc) · 1.31 KB
/
color_test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap: Typography</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/style.css" rel="stylesheet" media="screen">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="jumbotron jum1"></div>
<div class="jumbotron jum2"></div>
<div class="jumbotron jum3"></div>
<div class="jumbotron jum4"></div>
<div class="jumbotron jum5"></div>
<div class="jumbotron jum6"></div>
<div class="jumbotron jum7"></div>
<div class="jumbotron jum8"></div>
<div class="jumbotron jum9"></div>
<div class="jumbotron jum10"></div>
<div class="jumbotron jum11"></div>
<div class="jumbotron jum12"></div>
<div class="jumbotron jum13"></div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="http://code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</body>
</html>