From 226516aca48e97d3dc4e4df213bc2023e64b1afd Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 27 Mar 2022 21:29:24 +0200 Subject: Initial commit --- css/general.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 css/general.css (limited to 'css/general.css') diff --git a/css/general.css b/css/general.css new file mode 100644 index 0000000..7c330c2 --- /dev/null +++ b/css/general.css @@ -0,0 +1,11 @@ +html, body { + margin: 0; + padding: 0; + background: white; + color: black; +} + +* { + font-family: "Poppins", -apple-system, "Segoe UI", "Ubuntu", sans-serif; + cursor: default; +} \ No newline at end of file -- cgit