-
Notifications
You must be signed in to change notification settings - Fork 0
/
image.html
25 lines (24 loc) · 1017 Bytes
/
image.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="image.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div>
<img src="/home/akshay/Documents/suvidha Lagnsohala/20180710_133807.jpg" class="img-circle img-responsive" alt="simple image" width="100" height="100">
</div>
<div class="jumbotron jumbotron-fluid"><!--jumbtron is used to create a extra big gray box for calling some extra attention you
can put any html and bootstap element into it-->
<h1>this is heading</h1>
<p>
you may like thisbut is quite expensive
</p>
</div>
</body>
</html>