This commit is contained in:
xelframe 2026-03-29 21:19:50 +03:00
commit 5c5c9e404f
2 changed files with 52 additions and 44 deletions

View file

@ -11,11 +11,11 @@ body {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
font: 14px 'ConsolasBold';
color: #fff;
background: url('/assets/background.jpg') center/cover no-repeat;
text-align: center;
/* background: url('/assets/background.jpg') center/cover no-repeat; */
background: #222222;
}
main {
@ -23,13 +23,15 @@ main {
flex-direction: column;
min-height: 100vh;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(2px);
box-sizing: border-box;
padding-left: 20%;
padding-right: 20%;
}
main > a {
align-self: center;
display: inline-block;
width: fit-content;
}
h2 {
@ -40,8 +42,10 @@ h3 {
}
.down {
margin-top: auto;
margin-top: 20px;
width: 100%;
justify-content: center;
text-align: center;
}
a {
@ -54,16 +58,15 @@ a:hover {
.title {
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
justify-content: center;
text-align: center;
}
.blocks {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
}
.block {
@ -79,6 +82,10 @@ a:hover {
margin: 0 auto;
}
li {
font-size: 1.1em;
}
label {
display: block;
font-size: 1.5em;
@ -98,7 +105,6 @@ label {
padding: 5px;
overflow: hidden;
display: block;
margin: 0 auto;
}
@media (max-width: 800px) {