mirror of
https://github.com/catmpeg/catmpeg.github.io.git
synced 2026-02-20 15:50:57 +03:00
писюн f6
This commit is contained in:
parent
a889ad07f0
commit
299aee6778
7 changed files with 87 additions and 11 deletions
19
styles.css
19
styles.css
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue