-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (69 loc) · 3.21 KB
/
index.html
File metadata and controls
69 lines (69 loc) · 3.21 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en" style="background-position: center center; background-size: cover; background-attachment: fixed; background-origin: content-box;">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Blank Template for Bootstrap</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="style.css" rel="stylesheet">
</head>
<body style="background-image: url('assets/bg-2.jpg'); background-position: center center; background-size: cover; background-attachment: fixed; background-origin: content-box;">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 col-sm-12 text-white">
<h3 style="text-align: center;">Column title</h3>
<p style="text-align: center;">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
<p>Do I scroll?</p>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/popper.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>