Skip to content

Commit

Permalink
update style button
Browse files Browse the repository at this point in the history
  • Loading branch information
GamingHackintosh committed Apr 22, 2024
1 parent 94ecaec commit da9c0e6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ Thumbs.db
# Вспомогательные файлы
*.swp
*~

Date.txt
2 changes: 1 addition & 1 deletion Style/adaptation.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#search-input, #search-btn {
padding: 15px;
font-size: 11px;
font-size: 14px;
}

.menu {
Expand Down
28 changes: 17 additions & 11 deletions Style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
color: #000000;
outline: none;
transition: all 0.3s ease-in-out;
font-size: 12px;

font-size: 14px;
font-family: 'Times New Roman', Times, serif;
background-color: #ffffff;
background-image: url('../photo/icon/search.svg');
background-repeat: no-repeat;
Expand All @@ -71,24 +71,30 @@
}

#search-btn {
padding: 10px 15px;
border: none;
background-color: #007BFF;
color: #fff;
border-radius: 25px;
padding: 10px 20px;
border: 2px solid #6B4E16;
background-color: #F4E4BC;
color: #3E280B;
border-radius: 30px;
cursor: pointer;
transition: all 0.3s ease;
outline: none;
font-size: 16px;
display: flex;
font-family: 'Times New Roman', Times, serif;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
#search-btn:hover, #search-btn:focus {
background-color: #0056b3;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
background-color:#5C3D0F;
color: #E8D7A2;
box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
}


/*===== Результаты =====*/
#results {
margin: 2rem;
Expand Down

0 comments on commit da9c0e6

Please sign in to comment.