-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlaw.html
65 lines (57 loc) · 2.59 KB
/
law.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
55
56
57
58
59
60
61
62
63
64
65
<!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>What after 12th?</title>
<style>
tr, td{
border: 50px solid silver;
align-items: center;
}
</style>
</head>
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/fancybox/jquery.fancybox.css" rel="stylesheet">
<link href="css/jcarousel.css" rel="stylesheet" />
<link href="css/flexslider.css" rel="stylesheet" />
<link href="js/owl-carousel/owl.carousel.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" />
<body style="background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);">
<section>
<div class="container">
<h1 style="COLOR:white ;">WHAT AFTER 12th ? LAW COURSES THAT ARE IN HANDS !!</h1>
<br><br>
<div style="float: left; text-align:center;">
<img style="width: 850px; HEIGHT:550PX" src="https://9q6pu33arq33jokx6qglbp6n-wpengine.netdna-ssl.com/wp-content/uploads/2018/04/ai-in-law-and-legal-practice-current-applications.png" alt=""><br>
</div>
<div style="float: right;">
<table>
<tr>
<td><h4 style="COLOR:white ;"> BA LLB </h4>
<br><a href="ballb.html">Course Overview</a>
</td>
</tr>
<tr>
<td><h4 style="COLOR:white ;"> Bsc LLB </h4>
<br><a href="bscllb.html">Course Overview</a>
</td>
</tr>
<tr>
<td><h4 style="COLOR:white ;"> BBA LLB </h4>
<br><a href="bballb.html">Course Overview</a>
</td>
</tr>
<tr>
<td><h4 style="COLOR:white ;"> BCOM LLB </h4>
<br><a href="bcomllb.html">Course Overview</a>
</td>
</tr>
<tr>
</table>
</div>
</div>
</section>
</body>
</html>