commit a8e2fe42cee330b56b462759628172cf88b71f59
parent 13b1fdbd0e5dc2a596f71f96640cdfbae4abe614
Author: Randy Au <randy.au@gmail.com>
Date: Fri, 20 Sep 2024 23:10:40 -0400
Update index.html
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
@@ -1,13 +1,18 @@
<html>
<head>
- <style>
+<style>
body {
+ font-family: 'Roboto', sans-serif;
background-color: #121212;
color: #ffffff;
+ max-width: 800px;
+ margin: 0 auto;
+ padding: 20px;
}
h1, h2, h3, h4, h5, h6 {
color: #ffffff;
+ text-align: center;
}
p {
@@ -18,6 +23,7 @@ a {
color: #007bff;
}
</style>
+
<title>Data People Writing Stuff Webring Index</title>
</head>
<body>