Minimal styling

This commit is contained in:
2023-01-21 23:52:13 -08:00
parent d81c9348d3
commit 4903a07081
3 changed files with 33 additions and 0 deletions
+11
View File
@@ -11,3 +11,14 @@
<input type="submit">
<form>
<p>This tool uses an abridged 1828 Noah Webster dictionary.</p>
<style>
html{
font-family: sans-serif;
font-size: 14pt;
width: 768px;
}
a {
color: #547720
}
</style>