add of Filter components

This commit is contained in:
2025-09-06 11:46:01 +02:00
parent 24426da015
commit bf1ba8947b
6 changed files with 358 additions and 26 deletions
+9 -7
View File
@@ -20,13 +20,6 @@ body {
min-height: 100vh;
}
h1{
font-size: 4rem;
color: white;
}
.section-title {
font-size: 2.5rem;
color: var(--title-color);
@@ -47,7 +40,16 @@ h1{
}
h1{
font-size: 4rem;
color: white;
}
h2{
color : var(--title-color);
}
h3 {
margin: 0;
color: var(--title-color);
}