aboutsummaryrefslogtreecommitdiff
path: root/styles/globals.css
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-02-09 22:14:02 -0500
committerAndrew Lee <alee14498@protonmail.com>2022-02-09 22:14:02 -0500
commit14d50090f284b226d30cf0c6afcad61428d2d947 (patch)
tree7b8a9402c4c954e879c134020dc4a1ad232668e1 /styles/globals.css
parentb5cb7ed055c90938672f29d18fe258c88df06c56 (diff)
downloadpersonal-website-14d50090f284b226d30cf0c6afcad61428d2d947.tar.gz
personal-website-14d50090f284b226d30cf0c6afcad61428d2d947.tar.bz2
personal-website-14d50090f284b226d30cf0c6afcad61428d2d947.zip
Inital rewrite
Diffstat (limited to 'styles/globals.css')
-rw-r--r--styles/globals.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/styles/globals.css b/styles/globals.css
new file mode 100644
index 0000000..e5e2dcc
--- /dev/null
+++ b/styles/globals.css
@@ -0,0 +1,16 @@
+html,
+body {
+ padding: 0;
+ margin: 0;
+ font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
+ Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
+}
+
+a {
+ color: inherit;
+ text-decoration: none;
+}
+
+* {
+ box-sizing: border-box;
+}