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, 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%;
-}