diff --git a/src/App.vue b/src/App.vue index d3fd912..d392e4c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,7 +23,6 @@ export default { -moz-osx-font-smoothing: grayscale; text-align: center; color: #2c3e50; - /* margin-top: 60px; */ } html, body { margin: 0; diff --git a/src/components/HomePage.vue b/src/components/HomePage.vue index e72955b..fd4d0fd 100644 --- a/src/components/HomePage.vue +++ b/src/components/HomePage.vue @@ -2,11 +2,20 @@
@@ -60,6 +69,15 @@ export default { background-size: cover; background-position: center; + .menu-box { + width: 500px; + height: 60px; + background-color: aquamarine; + position: absolute; + top: 50px; + left: 90px; + } + .logo-and-title { width: 1300px; height: auto;