diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:16:50 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:16:50 +0800 |
commit | 87a6cec72213b71c5c06f65496e28dcab2b50f33 (patch) | |
tree | 1f3779886470af864ca77cd8e89d2cddd2f3ecc7 | |
parent | 519e27abee08927a1cae8e9942d6fcf438f2cf34 (diff) | |
download | www-87a6cec72213b71c5c06f65496e28dcab2b50f33.tar.gz |
put randlinks into flexdiv
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html index 4dbb8b5..4f851ce 100644 --- a/index.html +++ b/index.html @@ -56,12 +56,12 @@ <p>Contact me if you would like to sell an old ThinkPad x200 in good shape.</p> <p>Caution: This server is quite new, and it seems to be in some dnsbl lists. I'll try to get to you by other means if my email gets blocked. Seems to be an issue with my reverse DNS, which I recently fixed. We'll see. Writing to me won't be affected though.</p> </div> - </div> - <div id="outlink"> + <div id="randlinks"> <h2>Random Links</h2> <ul> <li><a href="https://fsf.org">The Free Software Foundation</a>.</li> </ul> + </div> </div> <div id="footer"> <p>This site is designed to be viewable with plain text, only a few typographic and web design conventions are followed. Do you agree that max-width: 75ex makes sense? I do that since people have a hard time scanning scross lines. Also, I now use a sans font because some people have trouble reading monospace. I prefer the Airbus B612Mono and B612 fonts, but I respect your preference by just saying font-family: sans-serif. If you read this on a plain text browser like me, this won't matter, of course. I'm also looking for a high-contrast colorful stylesheet. As you can see, I did use some flexboxes in here. They don't seem to respect min-width and max-width properly, especially min-wdith. Tell me if you have a solution, thanks.</p> |