development third page

This commit is contained in:
Hope87
2021-06-10 18:17:50 +03:00
parent 8521448072
commit 57674c27c7
15 changed files with 331 additions and 31 deletions

View File

@ -37,6 +37,12 @@
background-color: #73c141;
}
.search__box > button:hover {
background: rgba(0, 0, 0, 0);
color: #73c141;
box-shadow: inset 0 0 0 3px #73c141;
}
@media (max-width: 575.98px) {
.search__box > button {
margin-top: 40px;