Untitled

 avatar
unknown
plain_text
2 years ago
400 B
5
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...