.search { | |
position: absolute; | |
top: 35px; | |
left: 31.7%; | |
width: 100vw; | |
} | |
.search > h2 { | |
display: flex; | |
align-items: center; | |
justify-content: space-between; | |
width: 559px; | |
padding: 10px; | |
background-color: white; | |
position: absolute; | |
left: 0; | |
top: 380px; | |
} | |
.search > input { | |
width: 539px; | |
padding: 20px; | |
position: absolute; | |
left: 0; | |
height: 30px; | |
top: 420px; | |
border: none; | |
} | |
.search > input:focus { | |
outline-width: 0; | |
} | |
.search > button { | |
position: absolute; | |
left: 0; | |
top: 480px; | |
text-transform: inherit ; | |
background-color: #ff7779; | |
color: white; | |
width: 579px; | |
} | |
.search > button:hover { | |
background-color: white; | |
color: #ff7779; | |
} | |