This commit is contained in:
catmpeg 2025-06-15 12:00:48 +03:00
commit 10078b6d20
3 changed files with 41 additions and 38 deletions

View file

@ -8,47 +8,12 @@
body {
margin: 0;
min-height: 100svh;
font: 14px/1.5 'JetBrains Mono', monospace;
font: 14px 'JetBrains Mono', monospace;
color: #fff;
text-align: center;
background: black url(images/bg.jpg) center/cover fixed;
flex-direction: column;
gap: 22px;
}
header,
.webring,
main {
background-color: rgba(34, 34, 34, 0.3);
backdrop-filter: blur(10px);
}
body,
.webring,
.buttons,
.spec {
display: flex;
}
.webring {
justify-content: space-between;
align-items: center;
width: 100%;
margin-top: auto;
text-decoration: underline;
}
a {
text-decoration: none;
}
a,
.webring {
color: rgb(66, 131, 252);
}
a:visited {
color: rgb(0, 17, 255);
}
main {
@ -60,25 +25,56 @@ main {
box-sizing: border-box;
}
.buttons {
#webring,
main {
background-color: rgba(34, 34, 34, 0.3);
backdrop-filter: blur(10px);
}
body,
#webring,
#buttons,
#spec {
display: flex;
}
#webring {
justify-content: center;
gap: 15px;
align-items: center;
width: 100%;
margin-top: auto;
text-decoration: underline;
}
a {
text-decoration: none;
}
a,
#webring {
color: rgb(66, 131, 252);
}
#buttons {
justify-content: center;
gap: 20px;
margin: 20px 0;
}
.buttons img {
#buttons img {
transition: transform 0.3s ease;
}
.buttons img:hover {
#buttons img:hover {
transform: scale(1.3);
}
.spec {
#spec {
justify-content: center;
}
.newpc {
#newpc {
margin-left: 100px;
}
@ -86,6 +82,13 @@ iframe {
border: 2px solid rgb(66, 131, 252);
}
#gamesicon {
border-radius: 50%;
height: 64px;
object-fit: cover;
box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.45);
}
@media (max-width: 600px) {
body {
gap: 15px;
@ -105,7 +108,7 @@ iframe {
margin: 12px 0;
}
.webring {
#webring {
width: calc(100% - 20px);
margin: 10px auto 0;
padding: 8px 12px;