first update

This commit is contained in:
becarta
2025-02-04 01:19:24 +01:00
parent 3f13d16732
commit db790f0457
28 changed files with 926 additions and 2161 deletions

View File

@@ -60,4 +60,11 @@ import '@fontsource-variable/inter';
color: snow;
}
}
.bg-hero {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/richardbergsma.png');
background-size: cover;
background-position: center;
}
</style>