-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathAssignment
64 lines (52 loc) · 877 Bytes
/
Assignment
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
<!DOCTYPE html>
<html>
<head>
<style>
h1{
color: red;
}
body{
background-color: white;
}
h3{
color: black;
}
.sub{
color: gray;
}
</style>
</head>
<title>my portfolio</title>
<body>
<h1 align="center">MY PORTFOLIO
</h1>
<div class="sub">
I'm Shreesha Bharadwaj
<br>
Born on 27 of april<br>
From Bengaluru, Karnataka
</div>
<h3>
Education
</h3>
<div class="sub">
Schooling from KLE Society's school
<br>
Currently doing Btech in NitK, Suratkal
</div>
<h3>Hobbies</h3>
<div class="sub">
Playing Badminton
<br>
Solving cubes
<br>
Foodie
</div>
<h3>
Contact information
</h3>
<div class="sub">
Email: [email protected]
Mobile number: 9740714752
</body>
</html>