whychdw
2021-03-02 42b0de526257f31c986dd802bdd86db205ed7788
src/App.vue
@@ -28,5 +28,13 @@
</script>
<style>
#app {
  height: 100vh;
  background-color: #031D67;
  background-image: url("./assets/images/bg-box.png");
}
#app:before {
  display: table;
  content: " ";
}
</style>