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> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <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> <title>Wedding invitation</title>
<link rel="stylesheet" href="reset.css"> <link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
@@ -12,7 +13,6 @@
</head> </head>
<body> <body>
<div class="bg"></div>
<header class="header"> <header class="header">
<div class="burger" id="burger"> <div class="burger" id="burger">

View File

@@ -32,18 +32,23 @@ body {
letter-spacing: 3px; letter-spacing: 3px;
} }
.bg { html,
position: fixed; body {
inset: 0; 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 { .content {
position: relative; position: relative;
min-height: 100vh; min-height: 100dvh;
} }
button { button {
background-color: #3a1f09; background-color: #3a1f09;