+
+
+
+
+ Baxter's Desktop
+
+
+
+
+
+
\ No newline at end of file
diff --git a/style/style.css b/style/style.css
index e69de29..df03310 100644
--- a/style/style.css
+++ b/style/style.css
@@ -0,0 +1,16 @@
+/* I may not want to reset margin and padding with a custom CSS framework
+ Saving it here in case I do though.
+*/
+
+/* *, ::before, ::after {
+ margin: 0;
+ padding: 0;
+} */
+
+html {
+ font-size: 16px;
+}
+
+body {
+ box-sizing: border-box;
+}
\ No newline at end of file