adaptive_fix_2
This commit is contained in:
@@ -25,13 +25,25 @@
|
||||
/* --------------------------------MAIN-------------------------------- */
|
||||
|
||||
body {
|
||||
background: url("images/ChatGPT\ Image\ 5\ янв.\ 2026\ г.\,\ 15_49_39.png") no-repeat 100% 100% fixed;
|
||||
background-size: cover;
|
||||
margin: 0;
|
||||
font-family: "MurreyC";
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 3px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.bg {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
|
||||
background: url("images/ChatGPT\ Image\ 5\ янв.\ 2026\ г.\,\ 15_49_39.png") center center / cover no-repeat;
|
||||
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.content {
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
}
|
||||
button {
|
||||
background-color: #3a1f09;
|
||||
|
||||
Reference in New Issue
Block a user