Mercurial Hosting > freedit
view src/site.css @ 42:0c1b820fff34
use push
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 08 Nov 2022 14:02:28 -0700 |
parents | c8d47981c74f |
children | 289718f121e4 |
line wrap: on
line source
* { box-sizing: border-box; } body { font-family: Sans-Serif; margin: 0; background-color: #F8F8F8; } a { text-decoration: none; } a:hover { text-decoration: underline; } textarea { font: inherit; padding: 7px; border-color: #DDDDDD; box-sizing: content-box; } 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; } input[type="file"] { display: none; } label[clickable] { cursor: pointer; }