-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathqual.html
38 lines (34 loc) · 972 Bytes
/
qual.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
<style>
div{
background-image:linear-gradient(to right,#B7F8DB, #50A7C2);
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
table, th, td {
border:1.4px solid black;
font-family:calibri;
font-size:20px;
}
th, td {
padding:6px;
}
table{
border-spacing:2px;
}
</style>
<center>
<h1> My Educational Qualifications </h1>
<table>
<tr>
<th>Education</th>
<th>Organisation</th>
<th>Score</th>
<th>Logo</th>
</tr>
<tr><td>Class 10th</td><td>Shree Jee Public Senior Secondary School, Nathdwara (RBSE)</td><td>90%</td><td><img src="school.png"></td></tr>
<tr><td>Class 12th</td><td> Shree Jee Public Senior Secondary School, Nathdwara (RBSE)</td><td>80%</td><td><img src="school.png"></td></tr>
<tr><td>B.Tech</td><td>Computer Science and Engineering(CSE) Expected June, 2023</td><td>SG</td><td><img src="iiitk.png" height="122px" width="128px"></td></tr>
</center>
</table>