-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.html
31 lines (23 loc) · 1.22 KB
/
style.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
<!DOCTYPE html>
<html>
<head>
<title>Pruthak Utpal Joshi</title>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css?family=Gamja+Flower" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="webpage.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body background="C:\Users\lenovo\Desktop\Pruthak\IIT\Website\background_home.jpg">
<div id="slider">
<figure>
<img src="C:\Users\lenovo\Desktop\Pruthak\33035725_1821877547834332_3629426366471995392_o.jpg" align="center" width="550" height="350" >
<img src="C:\Users\lenovo\Desktop\Pruthak\20449096_1539498802738876_636323696895003684_o.jpg" align="center" width="550" height="350">
<img src="C:\Users\lenovo\Desktop\Pruthak\IMG_20190415_003806.jpg" align="center" width="550" height="350" >
</figure>
</div>
</body>
</html>