summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
new file mode 100644
index 0000000..8e258e5
--- /dev/null
+++ b/static/style.css
@@ -0,0 +1,34 @@
+body {
+ font-family: Arial, sans-serif;
+ margin: 0;
+ padding: 0;
+ background-color: #f4f4f4;
+}
+
+header {
+ background-color: #333;
+ color: #fff;
+ padding: 1rem;
+}
+
+header h1 {
+ margin: 0;
+}
+
+header a {
+ color: #fff;
+ text-decoration: none;
+}
+
+main {
+ padding: 1rem;
+}
+
+a {
+ color: #333;
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+} \ No newline at end of file