| Line | |
|---|
| 1 | h1 { |
|---|
| 2 | border-bottom: 2px solid; |
|---|
| 3 | border-color: black; |
|---|
| 4 | border-left: 2px solid; |
|---|
| 5 | border-radius: 0px 0px 0px 20ex; |
|---|
| 6 | } |
|---|
| 7 | |
|---|
| 8 | /* https://stackoverflow.com/questions/14920401/how-to-simulate-hfill-with-html-and-css */ |
|---|
| 9 | h1 ul { |
|---|
| 10 | display: flex; |
|---|
| 11 | justify-content: space-between; |
|---|
| 12 | } |
|---|
| 13 | |
|---|
| 14 | h1 li { |
|---|
| 15 | display: inline; |
|---|
| 16 | } |
|---|
| 17 | |
|---|
| 18 | td.bold { |
|---|
| 19 | font-weight: bold; |
|---|
| 20 | } |
|---|
| 21 | |
|---|
| 22 | hr { |
|---|
| 23 | border-style: solid; |
|---|
| 24 | border-width: 2px |
|---|
| 25 | color: black; |
|---|
| 26 | margin-top: 4ex; |
|---|
| 27 | width: 80%; |
|---|
| 28 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.