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