Mercurial Hosting > chat
view src/site.css @ 2:ee1f91e67509
add Db
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 24 Oct 2024 15:37:35 -0600 |
parents | fddd11ae516c |
children | 2c63b10781e1 |
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] { 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; }