-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle_guide.html
54 lines (49 loc) · 2.71 KB
/
style_guide.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>BetterBetting | Style Guide</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext" rel="stylesheet">
<!-- build:css assets/css/libs.css -->
<link rel="stylesheet" href="assets/css/libs/bootstrap.min.css">
<!-- endbuild -->
<!-- build:css assets/css/main.css -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- endbuild -->
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<div class="container">
<div class="boxes" style="display: block;margin-top: 80px;">
<div class="box" style="height: 100px;width: 200px;display: block;background: #232836;"></div>
</div>
<h1>Betting Currency of the Future</h1>
<h2>Betting Currency of the Future</h2>
<h3>Betting Currency of the Future</h3>
<h4>Betting Currency of the Future</h4>
<h5>Betting Currency of the Future</h5>
<h6>Betting Currency of the Future</h6>
<p class="lead">Paragraph Text - Open Sans Regular, 16px (24px leading)</p>
<p>
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
<p class="small">Small Text - Open Sans Regular, 12px (20px leading)</p>
</div>
<!-- jQuery -->
<script
src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
crossorigin="anonymous"></script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
<!-- build:js assets/js/libs.js -->
<script src="assets/js/libs/bootstrap.min.js"></script>
<script src="assets/js/libs/owl.carousel.js"></script>
<script src="assets/js/libs/owl.autoplay.js"></script>
<script src="assets/js/libs/wNumb.js"></script>
<script src="assets/js/libs/nouislider.js"></script>
<!-- endbuild -->
</body>
</html>