From e2e4bf4b439dbe3de06e7b3a5dc2b147875ca729 Mon Sep 17 00:00:00 2001 From: bh2980 Date: Mon, 20 May 2024 02:36:41 +0900 Subject: [PATCH] =?UTF-8?q?design:=20index.css=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 index.css diff --git a/index.css b/index.css new file mode 100644 index 0000000..6885821 --- /dev/null +++ b/index.css @@ -0,0 +1,29 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + +@layer base { + html { + font-size: 6.25%; + } + + body { + font-size: 16rem; + } + + path, + circle, + ellipse, + line, + polygon, + polyline, + rect { + stroke-width: inherit; + } + + a, + input, + button { + outline: none; + } +}