-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (37 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<style></style>
</head>
<body>
<div class="container">
<div class="row">
<div class="container-fluid">
<div class="col-md-4"></div>
<div class="col-md-4"></div>
<div class="col-md-4"></div>
</div>
<div class="container fluid">
<div class="col-md-8"></div>
<div class="col-md-4"></div>
</div>
<div class ="container-fluid">pulling with this one</div>
<div class = "Container-fluid">Another container</div>
</div>
</div>
<h1 class="">This is just me trying git myself</h1>
<h3>It's not as daunting as it seems</h3>
<button class="btn btn-primary">
stop
</button>
<p>I mean, I'm doing it myself. I can't be more proud of myself</p>
<script src="js/bootstrap.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="script.js"></script>
</body>
</html>