summaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-10-24 23:47:45 +0200
committeryuzu-eva <stevenhu@web.de>2024-10-24 23:47:45 +0200
commitbd24273d096399b96a88574a0033db03739a8d6c (patch)
tree0485b0ebf32652b573ac091aa4525796b07fdeb2 /styles
parentddf900c6cc70bf88844f79753b7b412d1a31d3b4 (diff)
official initial commit
Diffstat (limited to 'styles')
-rw-r--r--styles/style.css24
1 files changed, 0 insertions, 24 deletions
diff --git a/styles/style.css b/styles/style.css
deleted file mode 100644
index 728114d..0000000
--- a/styles/style.css
+++ /dev/null
@@ -1,24 +0,0 @@
-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%;
-}