forked from peershala/Certify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (24 loc) · 944 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>HTML content</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<
<div class="outer-border">
<div class="inner-dotted-border">
<span class="certification">Certificate of Completion</span>
<br><br>
<span class="certify"><i>This is to certify that</i></span>
<br><br>
<span class="name"><b>Vinay Chitade</b></span><br/><br/>
<span class="certify"><i>has successfully completed the certification</i></span> <br/><br/>
<span class="fs-30">Node Developer</span> <br/><br/>
<span class="fs-20">with score of <b>A+</b></span> <br/><br/><br/><br/>
<span class="certify"><i>dated</i></span><br>
<span class="fs-30">30 december,2022</span>
</div>
</div>
</body>
</html>