diff options
| author | jvoisin | 2018-11-11 23:25:40 +0100 |
|---|---|---|
| committer | jvoisin | 2018-11-11 23:25:40 +0100 |
| commit | 60aa7f879e16e4ae329c099eecffd97547b39a07 (patch) | |
| tree | 52a75b31e5b00f0f52a7cd9fe3fea15caab9d0bd /static | |
First commit
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..ed92664 --- /dev/null +++ b/static/style.css | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | header { | ||
| 2 | border-bottom: 1px solid black; | ||
| 3 | width: 100%; | ||
| 4 | } | ||
| 5 | |||
| 6 | header h1 { | ||
| 7 | text-align: center; | ||
| 8 | } | ||
| 9 | header a { | ||
| 10 | text-align:right; | ||
| 11 | } | ||
| 12 | |||
| 13 | section { | ||
| 14 | border-radius: 1em; | ||
| 15 | padding: 1em; | ||
| 16 | position: absolute; | ||
| 17 | top: 50%; | ||
| 18 | left: 50%; | ||
| 19 | margin-right: -50%; | ||
| 20 | transform: translate(-50%, -50%); | ||
| 21 | } | ||
