Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
runas24 authored Apr 19, 2024
1 parent 6dc0ac2 commit 4b4af9c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,24 @@ button[type="submit"]:hover {
#loadingText {
margin-top: 10px;
}

/* Добавим стили для навигационной панели */
.navigation {
margin-top: 20px;
}

.navigation a {
display: inline-block;
padding: 10px 20px;
margin: 0 10px;
background-color: #ffcc00;
color: #000;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s;
}

.navigation a:hover {
background-color: #ffdb4d;
}

0 comments on commit 4b4af9c

Please sign in to comment.