Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Change font-family and title.
  • Loading branch information
jeffdav authored May 7, 2024
1 parent 0bcb8a9 commit b12c314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Centered Word</title>
<title>lol3d</title>
<style>
body {
margin: 0;
Expand All @@ -18,6 +18,7 @@
.word {
color: white;
font-size: 48px;
font-family: Courier, monospace;
}
</style>
</head>
Expand Down

0 comments on commit b12c314

Please sign in to comment.