Create component for searchBar + btn

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-02-11 15:35:05 +01:00
parent c85490e1c6
commit ed90671693
4 changed files with 161 additions and 101 deletions
@@ -1,6 +1,8 @@
.searchBarContainer{
position: fixed;
top: 4rem;
top: 20vh;
left: 50%;
transform: translateX(-50%);
z-index: 100;
width: 60%;
background: #fff;