-
-
-
+
+
+
-
diff --git a/src/assets/main.css b/src/assets/main.css
index 36fb845..e5300ab 100644
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -1,35 +1,3 @@
@import './base.css';
-#app {
- max-width: 1280px;
- margin: 0 auto;
- padding: 2rem;
- font-weight: normal;
-}
-
-a,
-.green {
- text-decoration: none;
- color: hsla(160, 100%, 37%, 1);
- transition: 0.4s;
- padding: 3px;
-}
-
-@media (hover: hover) {
- a:hover {
- background-color: hsla(160, 100%, 37%, 0.2);
- }
-}
-
-@media (min-width: 1024px) {
- body {
- display: flex;
- place-items: center;
- }
-
- #app {
- display: grid;
- grid-template-columns: 1fr 1fr;
- padding: 0 2rem;
- }
-}
+@import 'https://cdn.jsdelivr.net/npm/Bulma@0.9.1/css/Bulma.min.css';
\ No newline at end of file
diff --git a/src/components/TheWelcome.vue b/src/components/TheWelcome.vue
index 49d8f73..aaa8322 100644
--- a/src/components/TheWelcome.vue
+++ b/src/components/TheWelcome.vue
@@ -1,88 +1,41 @@
-
-
-
-
-
-
- Documentation
-
- Vue’s
- official documentation
- provides you with all information you need to get started.
-
-
-
-
-
-
- Tooling
-
- This project is served and bundled with
- Vite. The
- recommended IDE setup is
- VSCode +
- Volar. If
- you need to test your components and web pages, check out
- Cypress and
- Cypress Component Testing.
-
-
-
- More instructions are available in README.md.
-
+
[be] in awee
+
+
+
-
-
-
-
- Ecosystem
+
Christofer: {{ attributes[0] }}
- Get official tools and libraries for your project:
- Pinia,
- Vue Router,
- Vue Test Utils, and
- Vue Dev Tools. If
- you need more resources, we suggest paying
- Awesome Vue
- a visit.
-
-
-
-
-
-
- Community
-
- Got stuck? Ask your question on
- Vue Land, our official
- Discord server, or
- StackOverflow. You should also subscribe to
- our mailing list and follow
- the official
- @vuejs
- twitter account for latest news in the Vue world.
-
-
-
-
-
-
- Support Vue
-
- As an independent project, Vue relies on community backing for its sustainability. You can help
- us by
- becoming a sponsor.
-
+
+
\ No newline at end of file
diff --git a/src/views/AboutView.vue b/src/views/AboutView.vue
index 756ad2a..cf8ef51 100644
--- a/src/views/AboutView.vue
+++ b/src/views/AboutView.vue
@@ -1,15 +1,5 @@
-
-
This is an about page
-
-
+
Me
-
+
Hi it's me Christofer
+
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index d5c0217..74d326c 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -1,9 +1,9 @@
-
-
-
+
+
+
diff --git a/style.css b/style.css
deleted file mode 100644
index 4360f68..0000000
--- a/style.css
+++ /dev/null
@@ -1,9 +0,0 @@
-/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
- HTML content. To learn how to do something, just try searching Google for questions like
- "how to change link color." */
-
-body {
- background-color: white;
- color: black;
- font-family: Verdana;
-}
\ No newline at end of file