backround color done
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-21 21:32:16 +02:00
parent be78d7faeb
commit 367605ca06
15 changed files with 58 additions and 317 deletions

View File

@@ -0,0 +1,15 @@
<template>
<div>
<h1>
WeekNumber
</h1>
</div>
</template>
<style scoped>
h1 {
font-weight: 500;
font-size: 5rem;
top: -10px;
}
</style>