Skip to content

Commit

Permalink
Add styles
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Nov 13, 2024
1 parent 5ce92b1 commit bfbd995
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Esoteric Foundation</title>
<link rel="stylesheet" href="styles/index.css" />
</head>
<body></body>
<body class="background">
<h1 class="centered title">Esoteric Foundation</h1>
</body>
</html>
12 changes: 12 additions & 0 deletions styles/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.background {
background-color: black;
}

p, h1, h2, h3, h4, h5, h6 {
color: white;
font-family: 'Courier New', Courier, monospace;
}

.centered {
text-align: center;
}

0 comments on commit bfbd995

Please sign in to comment.