Mercurial Hosting > freedit
view src/site.css @ 17:a602a5735a37
set up test.freedit.org
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 07 Jul 2022 15:30:06 -0600 |
parents | bff178656073 |
children | 94e26bffd4fb |
line wrap: on
line source
* { box-sizing: border-box; } body { font-family: Sans-Serif; margin: 0; } a { text-decoration: none; } a:hover { text-decoration: underline; } div[header], div[footer] { font-size: 14px; background-color: #ddd; padding: 8px 3%; display: flex; justify-content: space-between; } [content] { margin-left: 3%; margin-right: 3%; margin-bottom: 2em; } [hidden] { display: none; }