From 6ef41d2690990e7d57a033b421a0386a280fea5f Mon Sep 17 00:00:00 2001 From: Bruno Zhong <69879040+Brunozhon@users.noreply.github.com> Date: Thu, 26 Nov 2020 12:10:09 -0500 Subject: [PATCH] Cool! --- bruno-awesome/0.1/bruno-awesome-all.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bruno-awesome/0.1/bruno-awesome-all.css diff --git a/bruno-awesome/0.1/bruno-awesome-all.css b/bruno-awesome/0.1/bruno-awesome-all.css new file mode 100644 index 0000000..dbfff2b --- /dev/null +++ b/bruno-awesome/0.1/bruno-awesome-all.css @@ -0,0 +1,6 @@ +* { + box-sizing: border-box; +} +body { + font-family: Arial, Helvetica, sans-serif; +}