-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.html
35 lines (33 loc) · 1.42 KB
/
code.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link href="https://fonts.googleapis.com/css?family=Fascinate&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="code.css">
</head>
<body>
<div class="container">
<div class="row justify-content-center text-center rowHeight">
<div class="col-md-4 align-self-center bg">
<h1>Code is Awesome</h1>
</div>
</div>
<div class="row justify-content-center text-center">
<div class="col-md-4 ">
<img class="img-thumbnail" src="C:\Users\AlokK\Desktop\New folder\Project\1.jpg" alt="pic"></div>
<div class="col-md-4">
<img class="img-thumbnail" src="C:\Users\AlokK\Desktop\New folder\Project\2.jpg" alt="pic2">
</div>
</div>
</div>
<div class="row">
<div class="col-12 text-center footer">
<p>some copyright & copy its a footer</p>
</div>
</div>
</body>
</html>