Started on timeline

This commit is contained in:
BOTAlex 2024-02-27 10:26:04 +01:00
parent 3d36a59d36
commit 76e57d82c5
8 changed files with 764 additions and 67 deletions

View file

@ -0,0 +1,10 @@
<div class="flex-start">
<slot></slot>
</div>
<style>
.flex-start{
display: flex;
justify-items: start;
}
</style>