Files
todo-list/src/app/app.component.html
T
Lucàs ba11981039 Use TailWindCSS with DaisyUi instead of Bulma for styles
Add navbar and footer
Improve design of the List
Add MIT LICENCE
2022-08-16 19:16:02 +02:00

10 lines
219 B
HTML

<div class="w-screen h-screen justify-between flex flex-col">
<app-navbar></app-navbar>
<div class="container mx-auto">
<app-todolist class="mx-2"></app-todolist>
</div>
<app-footer></app-footer>
</div>