From 5abb8fc6c7840a66e3e08cad696ba623baf03e1d Mon Sep 17 00:00:00 2001 From: theo1 Date: Sat, 6 Feb 2021 17:32:21 +0100 Subject: [PATCH] an annoying website with Vue --- index.html | 20 ++++++++++++ public/index.html | 8 +++++ src/App.vue | 43 +++++++++++++++++++++++--- src/components/HelloWorld.vue | 58 ----------------------------------- 4 files changed, 66 insertions(+), 63 deletions(-) create mode 100755 index.html delete mode 100644 src/components/HelloWorld.vue diff --git a/index.html b/index.html new file mode 100755 index 0000000..6eca880 --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ + + + + + + + Responsive ? + + + + + + +
+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Nisi itaque natus soluta incidunt quidem rerum dolorem id ipsam reiciendis, odio, porro et recusandae quia repellendus cum praesentium suscipit eos debitis.

+
+ + diff --git a/public/index.html b/public/index.html index 3e5a139..921e104 100644 --- a/public/index.html +++ b/public/index.html @@ -8,6 +8,14 @@ <%= htmlWebpackPlugin.options.title %> + +
+ + + +
+ diff --git a/src/App.vue b/src/App.vue index 55df315..f4c3bd7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,17 +1,39 @@ @@ -25,4 +47,15 @@ export default { color: #2c3e50; margin-top: 60px; } + + + +#svg-container, #svg-el { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue deleted file mode 100644 index 879051a..0000000 --- a/src/components/HelloWorld.vue +++ /dev/null @@ -1,58 +0,0 @@ - - - - - -