Skip to content

Commit 8264bdf

Browse files
committed
101
1 parent 63eabee commit 8264bdf

2 files changed

Lines changed: 37 additions & 0 deletions

File tree

index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Savely Antonov</title>
7+
<link rel="stylesheet" href="styles.css">
8+
</head>
9+
<body>
10+
<header>
11+
12+
</header>
13+
<h1>Hi, I'm Savely!</h1>
14+
<footer>
15+
<a href="https://github.com/volvetcode">github</a>
16+
<!-- -->
17+
18+
<!-- -->
19+
<a href="https://t.me/iamvolvet">telegram</a>
20+
</footer>
21+
</body>
22+
</html>

styles.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
* {
2+
box-sizing: border-box;
3+
margin: 0;
4+
padding: 0;
5+
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
6+
}
7+
8+
body {
9+
color: black;
10+
}
11+
12+
h1 {
13+
font-family: 'Times New Roman', Times, serif;
14+
font-weight: 200;
15+
}

0 commit comments

Comments
 (0)