Initial commit

This commit is contained in:
2024-10-27 16:22:14 +01:00
parent ba22c670ee
commit e2e63bcfd5
52 changed files with 18954 additions and 10 deletions

View File

@@ -1,3 +1,7 @@
@import url('../vendor/bulma/css/bulma.min.css');
@import url('../fonts/stylesheet.css');
@import url('../fontawesome-free-6.6.0-web/css/all.min.css');
body {
background-color: skyblue;
}
font-family: 'nunitolight';
}