feat: add carousel component to enhance user experience and visual appeal

This commit is contained in:
vista-man
2025-04-03 14:01:28 +02:00
parent 8c6d15a6d7
commit 9f40f0e030
4 changed files with 41 additions and 12 deletions

View File

@@ -8,18 +8,18 @@
}
body {
body {
margin: 0;
font-family: Arial, sans-serif;
}
}
.navbar {
display: flex;
align-items: right;
justify-content: right;
background-color: #000;
padding: 10px 20px;
}
.navbar {
display: flex;
align-items: right;
justify-content: right;
background-color: #000;
padding: 10px 20px;
}
.logo {
height: 50px;
@@ -41,4 +41,9 @@
text-decoration: none;
color: rgb(0, 0, 0);
font-size: 18px;
}
}
.size {
width: 33.33%;
height: 25%;
}