feat: New content for clock

- Add background canvas
- Add marker
- Add sections
This commit is contained in:
sthag 2026-02-25 21:13:53 +01:00
parent 8af4dc92d9
commit 6e75d9b290
3 changed files with 184 additions and 68 deletions

View file

@ -270,21 +270,21 @@
padding-left: hippie.$space_double;
}
// Index
// -----------------------------------------------------------------------------
.wrap {
display: flex;
// height: 100%;
align-items: center;
justify-content: center;
}
.hello {
flex: 0 1 auto;
width: 80%;
ul {
padding: 1em 5em;
background-color: hippie.$color_darker;
#demo {
.wrap {
display: flex;
// height: 100%;
align-items: center;
justify-content: center;
}
}
.hello {
flex: 0 1 auto;
width: 80%;
ul {
padding: 1em 5em;
background-color: hippie.$color_darker;
}
}
}