This commit is contained in:
2026-05-16 16:05:36 +03:00
parent 72cd5a690b
commit 3298891683
2 changed files with 10 additions and 12 deletions

View File

@@ -13,6 +13,7 @@
</head>
<body>
<div class="bg"></div>
<header class="header">
<div class="burger" id="burger">

View File

@@ -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;