add search page

This commit is contained in:
isUnknown 2024-09-12 14:57:54 +02:00
parent 47b8fe07e1
commit e505bb4289
7 changed files with 85 additions and 2 deletions

24
assets/css/src/search.css Normal file
View file

@ -0,0 +1,24 @@
.search {
background-color: var(--color-pink-light);
width: 100vw;
height: 70vh;
padding-top: 20vh !important;
}
.search-form {
width: fit-content;
margin: auto;
}
.search-input {
border-bottom: var(--border);
width: 40vw;
margin-right: 2rem;
padding: 0.3rem 0.5rem;
font-size: var(--font-size-h2);
}
.search-submit {
width: 2rem;
height: 2rem;
}