forked from codingCapricorn/Hactoberfest-2020-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Stevin.html
37 lines (27 loc) · 1006 Bytes
/
Stevin.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
<!DOCTYPE html>
<html>
<head>
<title>Hacktoberfest 2020</title>
</head>
<!-- Body part contains the main content of the page -->
<body>
<!-- This contains Headings -->
<h1 style="text-align: center;font-size: 50px;color:red;font-family: sans-serif;font-weight: bolder;">
Stevin Prince</h1>
<!-- This contains paragraph -->
<p style="text-align: center;font-size: 25px;color:brown;font-family: sans-serif;font-weight: bolder;">Kerala, India</p>
</body>
</html>
<!DOOCTYPE html>
<html>
<head>
<title>HACTOBERFEST 2020!</title>
</head>
<body>
<h1 style="text-align:left;color:black;font-family:verdana;">1.Repositories</h1><br>
<h2 style="text-align:left;color:red;font-family:italic;">2.fork</h2>
<h3 style="text-align:left;color:green;font-family:sans-serif;">3.commit changes</h3>
<h4 style="text-align:left;color:blue;font-family:verdana;">4.new pull request</h4>
<h5 style="text-align:left;color:yellow;font-family:verdana;">5.create pull request</h5>
</body>
</html>