adaptive_fix_2
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="bg"></div>
|
||||
<header class="header">
|
||||
|
||||
<div class="burger" id="burger">
|
||||
@@ -220,7 +220,7 @@
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</section>
|
||||
<section class="timetable" id="timetable">
|
||||
<h4 class="people_title">
|
||||
|
||||
@@ -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