From c9056900bd70c3cab4076bae4db7893377f50979 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Thu, 15 Mar 2018 08:48:31 +0100 Subject: [PATCH] Add README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0806a3f --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Quad's Site + +My personal website. It contains JavaScript although it's completely unnecessary. Mostly done for learning purposes. It's my first time doing Ajax so sorry if the implementation is cancerous. + +Contains a bunch of pretty ugly CSS "hacks" to try and get the main content block centered on most displays. Tried doing it without the old transformY(); trick or Flexbox. + +I know jack about JavaScript, so I know it works on the most recent Firefox, because that's the browser I use. But I won't be bothered to test it on any other browsers unless I switch browsers myself. \ No newline at end of file