This commit is contained in:
Zakharov_Rostislav 2023-11-07 13:33:13 +04:00
parent 02b8b1e3c3
commit 196d0462d4
2 changed files with 10 additions and 10 deletions

Binary file not shown.

View File

@ -10,6 +10,10 @@ header nav{
height: 84px; height: 84px;
} }
} }
footer{
background-color: #000000;
height: 48px;
}
.nav-link:hover{ .nav-link:hover{
color: #000000; color: #000000;
font-weight: bold; font-weight: bold;
@ -26,13 +30,16 @@ header nav{
background-color: #e8b8e8; background-color: #e8b8e8;
border-radius: 15px; border-radius: 15px;
} }
.height-min{
height: min-content
}
.library-button:hover{ .library-button:hover{
background-color: #bf80e6; background-color: #bf80e6;
font-weight: bold; font-weight: bold;
} }
.height-min{
height: min-content
}
h1{
color: #ff6600;
}
.black-text{ .black-text{
color: #000000; color: #000000;
text-decoration: none; text-decoration: none;
@ -44,11 +51,4 @@ header nav{
.white-text{ .white-text{
color: #ffffff; color: #ffffff;
text-decoration: none; text-decoration: none;
}
footer{
background-color: #000000;
height: 48px;
}
h1{
color: #ff6600;
} }