comparison src/site.css @ 2:78708fa556a0

add login
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 08 Jul 2025 15:55:34 -0600
parents 1c87f785eb42
children b1adec083e44
comparison
equal deleted inserted replaced
1:1c87f785eb42 2:78708fa556a0
10 a { 10 a {
11 text-decoration: none; 11 text-decoration: none;
12 } 12 }
13 a:hover { 13 a:hover {
14 text-decoration: underline; 14 text-decoration: underline;
15 }
16
17 div[header] {
18 font-size: 14px;
19 background-color: #ddd;
20 padding: 8px 3%;
21 display: flex;
22 justify-content: space-between;
15 } 23 }
16 24
17 [content] { 25 [content] {
18 margin-left: 3%; 26 margin-left: 3%;
19 margin-right: 3%; 27 margin-right: 3%;