diff --git a/Lab2_PIbd-23_ZakharovRA.docx b/Lab2_PIbd-23_ZakharovRA.docx new file mode 100644 index 0000000..15f6bb0 Binary files /dev/null and b/Lab2_PIbd-23_ZakharovRA.docx differ diff --git a/Library/css/style.css b/Library/css/style.css index 9599757..b77e6d7 100644 --- a/Library/css/style.css +++ b/Library/css/style.css @@ -10,6 +10,10 @@ header nav{ height: 84px; } } +footer{ + background-color: #000000; + height: 48px; +} .nav-link:hover{ color: #000000; font-weight: bold; @@ -26,13 +30,16 @@ header nav{ background-color: #e8b8e8; border-radius: 15px; } -.height-min{ - height: min-content -} .library-button:hover{ background-color: #bf80e6; font-weight: bold; } +.height-min{ + height: min-content +} +h1{ + color: #ff6600; +} .black-text{ color: #000000; text-decoration: none; @@ -44,11 +51,4 @@ header nav{ .white-text{ color: #ffffff; text-decoration: none; -} -footer{ - background-color: #000000; - height: 48px; -} -h1{ - color: #ff6600; } \ No newline at end of file