From dbebf358961f105911307cfc9c094d22caacd6b3 Mon Sep 17 00:00:00 2001 From: swiftmandolin Date: Wed, 26 Aug 2020 23:44:48 -0500 Subject: [PATCH] adds custom CSS --- css/swiftmandolin.css | 4 ++++ index.php | 1 + 2 files changed, 5 insertions(+) create mode 100644 css/swiftmandolin.css diff --git a/css/swiftmandolin.css b/css/swiftmandolin.css new file mode 100644 index 0000000..60bbf33 --- /dev/null +++ b/css/swiftmandolin.css @@ -0,0 +1,4 @@ +body { + margin: 25px; + display: flex; +} \ No newline at end of file diff --git a/index.php b/index.php index 62815b8..daa0608 100644 --- a/index.php +++ b/index.php @@ -8,6 +8,7 @@ swiftmandolin~tilde.team +