commit 62e482e65ddd60874beece68a0931deae36accdc
parent ab0fd87c51c0f1418e1b0ff6ab11947c2cde54cc
Author: William <x@linear.codes>
Date: Thu, 12 Dec 2024 14:40:20 -0500
playing with css
Diffstat:
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/about.html b/about.html
@@ -1,14 +1,15 @@
<!DOCTYPE html>
<html>
<head>
- <title>~/WRPR</title>
+ <title>~/ABOUT</title>
<meta charset="utf8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css" type="text/css">
<link media="screen" title="index" charset="utf-8">
<link rel="icon" href="favicon.ico">
</head>
- <pre>
+ <body>
+ <pre>
<pre class="left">
<p>About WRPR.US</p>
</pre>
diff --git a/style.css b/style.css
@@ -5,7 +5,7 @@
}
body {
- font-family: monospace;
+ font-family: sans-serif;
font-size: 12px;
background-color: var(--bg);
color: var(--head);