diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/css/style.css | 3 | ||||
-rw-r--r-- | website/index.html | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/website/css/style.css b/website/css/style.css index 93bb952..15326c0 100644 --- a/website/css/style.css +++ b/website/css/style.css @@ -29,12 +29,13 @@ } html, body { + margin: 0; + padding: 0; max-width: 100%; overflow-x: hidden; } body { - padding: 0; font-size: 20px; line-height: 130%; display: inline; diff --git a/website/index.html b/website/index.html index 073d8aa..8ba118c 100644 --- a/website/index.html +++ b/website/index.html @@ -4,6 +4,7 @@ $$END TITLE $$START CONTENT <h1>Preston Pan</h1> + <p> Hi! I'm Preston Pan, and this is my v3 of my website. I've got it to work with a shell script that I made. |