Basic styling
This commit is contained in:
@@ -2,6 +2,15 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Max's School Stuff</title>
|
||||
<style>
|
||||
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hi there!</h1>
|
||||
|
||||
Reference in New Issue
Block a user