Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gatlanit authored Mar 4, 2024
1 parent 2c2b395 commit e1f36e1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello World!</title>
<title>Nitin's Blog</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<p1>Hello World!</p1>
<div class="header">
<h1>Nitin's Blog</h1>
</div>
</body>
</html>
19 changes: 19 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@font-face {
font-family: 'Acumin-Variable-Concept';
src: url('fonts/Acumin-Variable-Concept.ttf') format('truetype');
}

body {
background-color: #1e1e2e;
color: #bac2de;
margin: 0;
}

.header {
background-color: #11111B;
color: #cdd6f4;
padding: 40px;
text-align: left;
font-family: 'Acumin-Variable-Concept', 'Arial', sans-serif;
font-weight: lighter;
}

0 comments on commit e1f36e1

Please sign in to comment.