aboutsummaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/style.css')
-rw-r--r--html/style.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/html/style.css b/html/style.css
deleted file mode 100644
index 83af079..0000000
--- a/html/style.css
+++ /dev/null
@@ -1,19 +0,0 @@
-* {
- font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
-}
-body {
- background-color: #EBE9DA;
- background-size: 20px 20px;
- background-image:
- linear-gradient(to right, rgba(0, 0, 0, 0.1) 1px, transparent 1px),
- linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
- margin: 0 auto;
- padding: 2rem;
- max-width: 900px;
-}
-
-img {
- display: block;
- border-radius: 0.5rem;
- margin: 0 auto;
-}