forked from thunderblaster/bootstrap-xxl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (49 loc) · 3.5 KB
/
index.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="thunderblaster">
<title>Bootstrap-xxl</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="container">
<h1>Bootstrap-xxl</h1>
<p class="lead">Bootstrap 4 extended with 2 additional breakpoints: <code>xxl</code> (1900px) and <code>xxxl</code> (3000px)</p>
<h2>How does it look?</h2>
<p>Resize your browser to see it in action!</p>
<h3 id="xs">You are viewing the <code>xs</code> breakpoint</h3>
<h3 id="sm">You are viewing the <code>sm</code> breakpoint</h3>
<h3 id="md">You are viewing the <code>md</code> breakpoint</h3>
<h3 id="lg">You are viewing the <code>lg</code> breakpoint</h3>
<h3 id="xl">You are viewing the <code>xl</code> breakpoint</h3>
<h3 id="xxl">You are viewing the <code>xxl</code> breakpoint</h3>
<h3 id="xxxl">You are viewing the <code>xxxl</code> breakpoint</h3>
<p>Each <code>div</code> below has the following classes: <code>.col-12 .col-md-6 .col-lg-4 .col-xl-3 .col-xxl-2 .col-xxxl-1</code></p>
<div class="row">
<div class="col-12 col-md-6 col-lg-4 col-xl-3 col-xxl-2 col-xxxl-1"><div class="text-container">Lorem ipsum dolor amet 8-bit</div></div>
<div class="col-12 col-md-6 col-lg-4 col-xl-3 col-xxl-2 col-xxxl-1"><div class="text-container">pitchfork swag mixtape shaman typewriter</div></div>
<div class="col-12 col-md-6 col-lg-4 col-xl-3 col-xxl-2 col-xxxl-1"><div class="text-container">Adaptogen vegan selvage schlitz</div></div>
<div class="col-12 col-md-6 col-lg-4 col-xl-3 col-xxl-2 col-xxxl-1"><div class="text-container">bicycle rights echo park XOXO</div></div>
<div class="col-12 col-md-6 col-lg-4 col-xl-3 col-xxl-2 col-xxxl-1"><div class="text-container">gastropub af subway tile twee</div></div>
<div class="col-12 col-md-6 col-lg-4 col-xl-3 col-xxl-2 col-xxxl-1"><div class="text-container">Taxidermy XOXO vinyl scenester</div></div>
<div class="col-12 col-md-6 col-lg-4 col-xl-3 col-xxl-2 col-xxxl-1"><div class="text-container">Hot chicken selfies iPhone</div></div>
<div class="col-12 col-md-6 col-lg-4 col-xl-3 col-xxl-2 col-xxxl-1"><div class="text-container">street art retro viral try-hard</div></div>
<div class="col-12 col-md-6 col-lg-4 col-xl-3 col-xxl-2 col-xxxl-1"><div class="text-container">stumptown wolf typewriter</div></div>
<div class="col-12 col-md-6 col-lg-4 col-xl-3 col-xxl-2 col-xxxl-1"><div class="text-container">Waistcoat tattooed meggings occupy</div></div>
<div class="col-12 col-md-6 col-lg-4 col-xl-3 col-xxl-2 col-xxxl-1"><div class="text-container">asymmetrical kale chips affogato</div></div>
<div class="col-12 col-md-6 col-lg-4 col-xl-3 col-xxl-2 col-xxxl-1"><div class="text-container">beard kombucha authentic polaroid sriracha</div></div>
</div>
<hr>
<h2>I want to use it!</h2>
<p>It's available on <a href="https://npmjs.com">npm</a> using <code>npm install bootstrap-xxl</code>.</p>
<h2>I want to fork it!</h2>
<p>Head over to <a href="https://github.com/thunderblaster/bootstrap-xxl">https://github.com/thunderblaster/bootstrap-xxl</a></p>
</div> <!-- /container -->
</body>
</html>