-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourses.html
More file actions
73 lines (63 loc) · 2.39 KB
/
Copy pathcourses.html
File metadata and controls
73 lines (63 loc) · 2.39 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
70
71
72
73
<!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 http-equiv="x-ua-compatible" content="ie=edge">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="node_modules/bootstrap-social/bootstrap-social.css">
<style>
.jumbotron{
background-color: peachpuff;
}
fieldset{
font-size:25px;
border-style: 1px solid black;
}
</style>
</head>
<body>
<div class="jumbotron">
<div class="container">
<div class="row row-content">
<div class="col-12 col-sm-2 align-self-center mr-0">
<img src="D:\Bootstrap4\conFusion\img\logo-png-184x179.png" class="img-fluid">
</div>
<div>
<h1 style="color:chocolate;" class="bg-light">KNOWLEDGE OCEAN CLASSES</h1>
<h3><pre style="color:chocolate;"> A Path to Success</pre></h3>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row row-content">
<div class="col-12">
<h1 class="bg-light">Glimpses</h1>
</div>
<div class="col-12 col-sm-6">
<h2 class="bg-light">Income Tax</h2>
<p class="align-self-center" style="margin-left: 50px; margin-right:60px; background-color:peachpuff;">Duration: 1.5 Months<br>Eligibility: 12th passes<br>Fees: 6,500</p>
</div>
<div class="col-12 col-sm-6">
<h2 class="bg-light">Income Tax</h2>
<p class="align-self-center" style="margin-left: 50px; margin-right:60px; background-color:peachpuff;">Duration: 1.5 Months<br>Eligibility: 12th passes<br>Fees: 6,500</p>
</div><br><br>
<div class="col-12 col-sm-6 align-self-center">
<div align='center'>
<fieldset align='left'>
<legend align='center'>
REGISTRATION FORM
</legend>
hello hih
</fieldset>
</div>
</div>
</div>
<script src="node_modules/jquery/dist/jquery.slim.min.js"></script>
<script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
</body>
</html>