Untitled
unknown
plain_text
3 years ago
400 B
8
Indexable
.search-container {
display: flex;
justify-content: center;
margin-top: 2em;
}
.inputbar {
border-radius: 25px;
}
.search {
background-color: #f8ede3;
display: flex;
align-items: center;
border-radius: 30px;
overflow: hidden;
padding: 0 1em;
}
.searchbutton {
background-color: #f8ede3;
margin-left: 1em;
border-radius: 30px;
overflow: hidden;
}Editor is loading...