diff --git a/index.html b/index.html index dde16aa..8011b87 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - Vite + Vue + TS + doT.js Editor
diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..31fb10c Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index fee3c1b..858e7fa 100644 --- a/src/App.vue +++ b/src/App.vue @@ -49,14 +49,48 @@ Es cierto diff --git a/src/style.css b/src/style.css index bd6213e..7aa1dc8 100644 --- a/src/style.css +++ b/src/style.css @@ -1,3 +1,13 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; + +@layer base { + body { + @apply min-h-screen bg-black text-white flex items-center justify-center gap-5; + } + + a { + @apply text-blue-800 hover:underline; + } +} \ No newline at end of file