started working on templates and api

This commit is contained in:
2022-04-15 14:59:51 +02:00
parent 26df2e5654
commit 546d3c10f3
16 changed files with 313 additions and 42 deletions

View File

@@ -18,6 +18,13 @@ h1 {
background: orange;
}
.notes{
display: block;
text-align: center;
background: yellow;
}
.user{
background: lime;
float: right;
}