From c8fd38270e9ea900e0a630f9922a96c7afa8bd46 Mon Sep 17 00:00:00 2001 From: I-Have-An-Issue <34550332+I-Have-An-Issue@users.noreply.github.com> Date: Fri, 7 Oct 2022 18:25:18 -0400 Subject: [PATCH] Revert "literally just sliding it to the center" This reverts commit 3d390324557926d5aeb50305000707c0da794d87. --- README.md | 39 ++++++++++++++++++++++++++++++++++++++- src/app.css | 11 +---------- src/app.html | 2 +- src/routes/+page.svelte | 13 +------------ static/404.png | Bin 15640 -> 0 bytes static/background.png | Bin 1969379 -> 0 bytes static/banner.png | Bin 54830 -> 0 bytes static/favicon.png | Bin 14287 -> 1571 bytes tailwind.config.cjs | 3 --- 9 files changed, 41 insertions(+), 27 deletions(-) delete mode 100644 static/404.png delete mode 100644 static/background.png delete mode 100644 static/banner.png diff --git a/README.md b/README.md index 66d3765..5c91169 100644 --- a/README.md +++ b/README.md @@ -1 +1,38 @@ -Row blox +# create-svelte + +Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte). + +## Creating a project + +If you're seeing this, you've probably already done this step. Congrats! + +```bash +# create a new project in the current directory +npm create svelte@latest + +# create a new project in my-app +npm create svelte@latest my-app +``` + +## Developing + +Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: + +```bash +npm run dev + +# or start the server and open the app in a new browser tab +npm run dev -- --open +``` + +## Building + +To create a production version of your app: + +```bash +npm run build +``` + +You can preview the production build with `npm run preview`. + +> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment. diff --git a/src/app.css b/src/app.css index 859c2c3..bd6213e 100644 --- a/src/app.css +++ b/src/app.css @@ -1,12 +1,3 @@ @tailwind base; @tailwind components; -@tailwind utilities; - -html, -body { - @apply bg-zinc-800; - @apply text-white; - padding: 0; - margin: 0; - background-image: url(/background.png); -} \ No newline at end of file +@tailwind utilities; \ No newline at end of file diff --git a/src/app.html b/src/app.html index 2d06c87..5b53ef7 100644 --- a/src/app.html +++ b/src/app.html @@ -7,6 +7,6 @@ %sveltekit.head%
- %sveltekit.body% +