Mercurial Hosting > reactionary
view src/site.css @ 40:ebab99118e19
add learn.html
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 25 Dec 2023 20:22:17 -0700 |
parents | d84e76175dd5 |
children | 5b4d5cf453a8 |
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; } ul[links] { margin-top: 32px; list-style-type: none; padding-left: 0; } ul[links] li { margin: 12px 0; } img[src="external_link.svg"] { height: 12px; }