Skip to content

Commit ca1002a

Browse files
dotnetsatyahjyf
authored andcommitted
Added my webpage
1 parent 7334bc2 commit ca1002a

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

home.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head lang="en">
4+
<meta charset="UTF-8">
5+
<title></title>
6+
</head>
7+
<body>
8+
<h3>Hello Guest!</h3>
9+
<h2>Hi</h2>
10+
</body>
11+
</html>

mystyles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
body{
2+
background-color: mediumpurple;
3+
color: darkorange;
4+
font-style: oblique;
5+
font-size: large;
6+
}

0 commit comments

Comments
 (0)