-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathkanishk47146.html
46 lines (46 loc) · 1.76 KB
/
kanishk47146.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
<!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>Document</title>
<link rel="stylesheet" href="preetamkumar31593.css">
</head>
<body>
<div class="top container">
<img src="images/cloud.jpg" alt=""
class="top cloud">
<h1>I am Preetam kumar</h1>
<h2>programmer</h2>
<img src="images/cloud.jpg" alt=""
class="bottom cloud">
<img src="images/mountain.jpg" alt="">
<div class="middle container">
<div class="profile">
<img src="images/multitassk.jpg" alt=""
class="earth img">
<h2>hello.</h2>
<p class="intro">Lorem ipsum dolor, sit amet consectetur adipisicing elit.<br>
Iste explicabo hic odio illo quo asperiores.</p>
</div>
<div class="skills">
<h2>my skills.</h2>
<div class="skill row">
<img src="https://cdn-icons-png.flaticon.com/512/7282/7282541.png" alt="" class="duck image">
<h3>Lorem, ipsum.</h3>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Hic, voluptatem.</p>
</div>
<div class="skill-row">
</div>
<img src="https://cdn-icons-png.flaticon.com/512/1012/1012677.png" alt="">
<div class="contact me">
<h2>get in touch</h2>
<h3>Lorem ipsum dolor sit amet.</h3>
<p class="contact message">Lorem ipsum dolor sit.</p>
</div>
</div>
</div>
</div>
</body>
</html>