Mercurial Hosting > editor
comparison website/src/site.css @ 53:d5681da8ece8 default tip
add website
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 24 May 2025 21:52:13 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
52:3f4c3722b78b | 53:d5681da8ece8 |
---|---|
1 * { | |
2 box-sizing: border-box; | |
3 } | |
4 | |
5 body { | |
6 font-family: Sans-Serif; | |
7 margin-left: 3%; | |
8 margin-right: 3%; | |
9 } | |
10 | |
11 a { | |
12 text-decoration: none; | |
13 } | |
14 a:hover { | |
15 text-decoration: underline; | |
16 } | |
17 | |
18 code { | |
19 background-color: #DDD; | |
20 white-space: pre-wrap; | |
21 word-wrap: break-word; | |
22 padding: 2px; | |
23 } |