Mercurial Hosting > chat
diff src/site.css @ 0:fddd11ae516c
start
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 23 Oct 2024 13:13:07 -0600 |
parents | |
children | ee1f91e67509 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/site.css Wed Oct 23 13:13:07 2024 -0600 @@ -0,0 +1,27 @@ +* { + box-sizing: border-box; +} + +body { + font-family: Sans-Serif; + margin: 0; +} + +a { + text-decoration: none; +} +a:hover { + text-decoration: underline; +} + +div[header] { + font-size: 14px; + background-color: #ddd; + padding: 8px 3%; +} + +[content] { + margin-left: 3%; + margin-right: 3%; + margin-bottom: 2em; +}