summaryrefslogtreecommitdiff
path: root/content/styles/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'content/styles/style.css')
-rw-r--r--content/styles/style.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/content/styles/style.css b/content/styles/style.css
new file mode 100644
index 0000000..725b930
--- /dev/null
+++ b/content/styles/style.css
@@ -0,0 +1,34 @@
+body {
+ background-color: black;
+ color: pink;
+}
+
+p {
+ padding-bottom: 30px;
+}
+
+#wrapper {
+ background-color: #000000;
+ max-width: 974px;
+ min-width: 850px;
+ margin: auto;
+ margin-top: -10px;
+}
+
+.center {
+ text-align: center;
+ justify-content: center;
+}
+
+.left {
+ text-align: left;
+ justify-content: center;
+}
+
+.limit-text-width {
+ width: 50%;
+}
+
+.header_linker {
+ font-size: x-small;
+}