fix
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="bg"></div>
|
||||
<header class="header">
|
||||
|
||||
<div class="burger" id="burger">
|
||||
|
||||
@@ -30,25 +30,22 @@ body {
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 3px;
|
||||
background: url("images/ChatGPT\ Image\ 5\ янв.\ 2026\ г.\,\ 15_49_39.webp") center center / cover no-repeat;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-x: hidden;
|
||||
min-height: 100%;
|
||||
.bg {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
|
||||
background:
|
||||
url("images/ChatGPT Image 5 янв. 2026 г., 15_49_39.webp")
|
||||
center center / cover no-repeat;
|
||||
|
||||
background-attachment: scroll;
|
||||
background: url("images/ChatGPT\ Image\ 5\ янв.\ 2026\ г.\,\ 15_49_39.webp") center center / cover no-repeat;
|
||||
background-attachment: fixed;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.content {
|
||||
position: relative;
|
||||
min-height: 100dvh;
|
||||
min-height: 100vh;
|
||||
}
|
||||
button {
|
||||
background-color: #3a1f09;
|
||||
|
||||
Reference in New Issue
Block a user