diff --git a/index.html b/index.html index f9f3b3d..e5c7372 100755 --- a/index.html +++ b/index.html @@ -1,12 +1,16 @@ - - - - Starter for Vite + VueUse + TypeScript - - -
- - + + + + + Starter for Vite + VueUse + TypeScript + + +
+ + diff --git a/src/App.vue b/src/App.vue index d1383ab..c79c68b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,44 +1,89 @@ + \ No newline at end of file diff --git a/src/index.css b/src/index.css index 852de7a..0c27725 100755 --- a/src/index.css +++ b/src/index.css @@ -4,5 +4,9 @@ -moz-osx-font-smoothing: grayscale; text-align: center; color: #2c3e50; - margin-top: 60px; +} + +* { + margin: 0; + padding: 0; }