diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-02-09 22:14:02 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-02-09 22:14:02 -0500 |
| commit | 14d50090f284b226d30cf0c6afcad61428d2d947 (patch) | |
| tree | 7b8a9402c4c954e879c134020dc4a1ad232668e1 /styles/globals.css | |
| parent | b5cb7ed055c90938672f29d18fe258c88df06c56 (diff) | |
| download | personal-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.css | 16 |
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; +} |
