summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css21
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 @@
1header {
2 border-bottom: 1px solid black;
3 width: 100%;
4}
5
6header h1 {
7 text-align: center;
8}
9header a {
10 text-align:right;
11}
12
13section {
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}