-
Notifications
You must be signed in to change notification settings - Fork 0
/
page_format.html
46 lines (37 loc) · 1.75 KB
/
page_format.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <!--ensure browser uses latest rendering mode-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!--enables scaling for mobile devices-->
<title>The Cath Club</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="CSS/navbar.css">
<link rel="stylesheet" href="CSS/!!!!!!!!!!!!!!!!">
</head>
<body>
<section id="nav-bar">
</section>
<!----------------------------------------title---------------------------------------------------->
<section id=" " class="container mt-5">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h1 class="mb-4">Title</h1>
<p>The heat is a hollow muscular organ that pumps the blood through the circulatory system by rhythmic contraction and dilation. In vertebrates there may be up to four chambers (as in humans), with two atria and two ventricles.</p>
</div>
</div>
</section>
<section id=" " class="container mt-5"> <!--container class provides responsive padding on both sides, mt is margin top-->
<div class="content col-lg-11 mx-auto">
<h3>Subheading</h3>
<ul>
<li>Some information</li>
<li>More information</li>
<li></li>
</ul>
<h3>Another Subheading</h3>
<ul>
<li>Information </li>
</ul>
</div>