This commit is contained in:
2026-05-16 15:55:37 +03:00
parent f9b3d01967
commit 72cd5a690b
3 changed files with 12 additions and 7 deletions

View File

@@ -32,18 +32,23 @@ body {
letter-spacing: 3px;
}
.bg {
position: fixed;
inset: 0;
html,
body {
margin: 0;
padding: 0;
overflow-x: hidden;
min-height: 100%;
background: url("images/ChatGPT\ Image\ 5\ янв.\ 2026\ г.\,\ 15_49_39.webp") center center / cover no-repeat;
background:
url("images/ChatGPT Image 5 янв. 2026 г., 15_49_39.webp")
center center / cover no-repeat;
z-index: -1;
background-attachment: scroll;
}
.content {
position: relative;
min-height: 100vh;
min-height: 100dvh;
}
button {
background-color: #3a1f09;