test_1
This commit is contained in:
BIN
server/frontend/main/images/free-icon-wedding-ring-4155044.ico
Normal file
BIN
server/frontend/main/images/free-icon-wedding-ring-4155044.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 264 KiB |
@@ -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">
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user