summaryrefslogtreecommitdiff
path: root/styles/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/style.css')
-rw-r--r--styles/style.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/styles/style.css b/styles/style.css
new file mode 100644
index 0000000..728114d
--- /dev/null
+++ b/styles/style.css
@@ -0,0 +1,24 @@
+body {
+ background-color: black;
+ color: pink;
+}
+
+p {
+ padding-bottom: 30px;
+}
+
+.center {
+ text-align: center;
+ justify-content: center;
+ display: flex;
+}
+
+.left {
+ text-align: left;
+ justify-content: center;
+ display: flex;
+}
+
+.limit-text-width {
+ width: 50%;
+}