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

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 KiB

View File

@@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="icon" sizes="32x32" href="images/free-icon-wedding-ring-4155044.ico">
<title>Wedding invitation</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
@@ -12,7 +13,6 @@
</head>
<body>
<div class="bg"></div>
<header class="header">
<div class="burger" id="burger">

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;