Skip to content

Commit

Permalink
Add a stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeeCoding committed Nov 16, 2023
1 parent 77d1f38 commit b4d5baf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Gabe's websites</title>
</head>
<body>
Expand Down
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
body {
background-color: black;
color: white;
font-family: monospace
}

0 comments on commit b4d5baf

Please sign in to comment.