Mercurial Hosting > disearch
annotate src/site.css @ 8:9534dd5eda89
use avatar
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 24 Oct 2023 19:31:33 -0600 |
parents | 5ae5fbce0d75 |
children | 88f425d261b3 |
rev | line source |
---|---|
1 | 1 * { |
2 box-sizing: border-box; | |
3 } | |
4 | |
5 body { | |
6 font-family: Sans-Serif; | |
7 } | |
8 | |
9 a { | |
10 text-decoration: none; | |
11 } | |
12 a:hover { | |
13 text-decoration: underline; | |
14 } | |
2 | 15 |
16 div[header] { | |
17 display: flex; | |
18 justify-content: space-between; | |
19 align-items: center; | |
20 } | |
8 | 21 |
22 div[header] img { | |
23 width: 50px; | |
24 height: 50px; | |
25 object-fit: cover; | |
26 border-radius: 50%; | |
27 } |