Добавлен новый трек, правки стилей

This commit is contained in:
2024-02-02 21:29:23 +03:00
parent e3d60167b0
commit 97a256d8a7
2 changed files with 91 additions and 52 deletions

View File

@@ -3,7 +3,7 @@ body {
}
div {
background-color: #111111;
background-color: #111;
outline: 2px solid #ff9000;
text-align: center;
padding: 2px;
@@ -21,7 +21,7 @@ div.wrapper {
div.project {
outline: 2px solid #ff9000;
background-color: #111111;
background-color: #111;
transition: all 0.2s;
}
div.project:hover {