summary refs log tree commit diff homepage
path: root/eg/style.css
blob: 5a109e6ede825e32609a0b7b563c65b3bc688cc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
html {
    margin: auto;
    max-width: 72ch;
}
body { margin-bottom: 2rem }
h1, h2, h3, h4, h5, h6 { margin: 1ex 0 }
a { text-decoration: none }
a:hover { text-decoration: underline }
form {
    display: grid;
    grid-template-columns: max-content 1fr 0;
}
form input { margin-bottom: 1ex }
form label {
    align-self: center;
    margin-right: 1ch;
}
form label.error {
  color: ActiveText;
  margin-top: -1ex;
  margin-bottom: 1ex;
}