forked from HimanS1708/Assignment_2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathach.html
More file actions
70 lines (57 loc) · 2.56 KB
/
ach.html
File metadata and controls
70 lines (57 loc) · 2.56 KB
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
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Achievements</title>
<link rel="icon" type="image/png" href="med.jpeg">
<style>
body {
background-color: rgba(255, 127, 225, 0.187);
}
.images1 {
display: flex;
}
.images1 img{
border: 3px solid rgb(231, 39, 135);
margin: 150px;
}
.images {
display: flex;
}
.images img{
border: 3px solid rgb(231, 39, 135);
margin: 4px;
}
</style>
</head>
<body>
<h1 style="font-style: oblique; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; color: rgb(150, 24, 76); font-size: 50px;">
Few of my Achievements till date date are:
</h1>
<p>
<h4 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; color: rgb(163, 17, 90); font-size: 30px;">
I had become the Miss Udgam in my play school
<div class="images1">
<img src="ach.jpg" width="360px" height="450px"><br>
<img src="ach6.jpg" width="350px" height="400px"><br>
</div>
</h4>
<h4 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; color: rgb(163, 17, 90); font-size: 30px;">
I scored 99.4% in my 10th CBSE board exams and ranked 3rd in the country
<a href="https://www.mid-day.com/mumbai/mumbai-news/article/cbse-std-x-city-cbse-schools-happy-and-proud-of-std-x-results-22893225" style="font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-size: 26px;">Check it out here</a><br>
<div class="images">
<img src="ach1.jpeg" width="24%" height="300px"><br>
<img src="ach2.jpg" width="24%" height="300px"><br>
<img src="ach4.jpg" width="24%" height="300px"><br>
<img src="ach3.jpg" width="24%" height="300px"><br>
</div><br><br><br><br><br>
I prepared for the Joint Entrance Examination Advanced 2022 and secured an AIR of 2481 to joint IIT Kanpur <br>
<div class="images1">
<img src="ap7.jpg" width="24%" height="300px"><br>
<img src="ap6.jpg" width="24%" height="300px"><br>
</div>
</h4>
</p>
</body>
</html>