add search fx
This commit is contained in:
@@ -16,14 +16,24 @@
|
||||
font-size: 84px;
|
||||
}
|
||||
|
||||
.search {
|
||||
.searchInput {
|
||||
margin-top: 300px;
|
||||
height: 40px;
|
||||
width: 300px;
|
||||
border-radius: 25px;
|
||||
border: 1px solid rgb(209, 209, 252);
|
||||
border-radius: 5px;
|
||||
border: 2px solid rgb(80, 80, 80);
|
||||
|
||||
color: rgb(224, 237, 241);
|
||||
background-color: #d3ddea;
|
||||
padding: 0 10px;
|
||||
color: #242424;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.searchBtn {
|
||||
background-color: limegreen;
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
border-radius: 5px;
|
||||
font-size: 20px;
|
||||
padding: 0 10px;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user