design░dream (ちま欧)

𝕖𝕧𝕖𝕣𝕪𝕥𝕙𝕚𝕟𝕘 𝕚𝕤 𝕓𝕖𝕒𝕦𝕥𝕚𝕗𝕦𝕝
This commit is contained in:
BlackMageMathos
2020-06-04 15:49:21 +02:00
parent 5a0ebf078b
commit 897e8841eb
7 changed files with 48 additions and 30 deletions

View File

@@ -1,5 +1,6 @@
<template>
<div class="container-fluid p-4">
<div class="container-fluid p-4" id="spell-container">
<h1 class="display-3 font-display mb-4">Sortilèges</h1>
<spell-list/>
</div>
</template>
@@ -15,4 +16,8 @@
}
</script>
<style lang="scss"></style>
<style lang="scss">
#spell-container{
background: url('/img/bg1.png') center center fixed repeat;
}
</style>