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