From dd4434dcf9d164833c12c7d6349a6f4ffa95fd2a Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Fri, 15 Sep 2017 22:14:44 -0700 Subject: [PATCH] add prof.css --- prof.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 prof.css diff --git a/prof.css b/prof.css new file mode 100644 index 0000000..2668e89 --- /dev/null +++ b/prof.css @@ -0,0 +1,12 @@ +html { + margin: 0; + padding: 0; + height: 100%; + width: 100%; +} +body { + margin: 0; + padding: 0; + height: 100%; + width: 100%; +}