писюн f6

This commit is contained in:
catmpeg 2025-03-11 14:37:40 +03:00
commit 299aee6778
7 changed files with 87 additions and 11 deletions

View file

@ -8,21 +8,24 @@ body {
background-size: cover;
background-position: center center;
background-attachment: fixed;
background-color: black;
color: #fff;
text-align: center;
height: 100vh;
}
header {
background-color: rgba(0, 0, 0, 0.7);
padding: 10px;
background-color: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(10px);
padding: 7px;
}
main {
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: rgba(0, 0, 0, 0.5);
background-color: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(10px);
border-radius: 20px;
}
@ -39,7 +42,15 @@ nav img {
}
nav img:hover {
transform: scale(1.1);
transform: scale(1.3);
}
footer img {
transition: transform 0.3s ease;
}
footer img:hover {
transform: scale(1.2);
}
#contacts ul {