я хз чё добавить

This commit is contained in:
catmpeg 2026-02-21 17:17:30 +03:00
commit e2771bd6b7
2 changed files with 5 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Before After
Before After

View file

@ -16,7 +16,7 @@ body {
font: 14px 'ConsolasBold';
color: #fff;
/* background-color: #181818; */
background-image: url('/assets/background.jpg');
background: url('/assets/background.jpg') center/cover no-repeat;
text-align: center;
}
@ -41,8 +41,8 @@ main {
}
a {
color: #949494;
text-decoration: none;
color: #ffffff;
text-decoration: underline;
}
.title {
@ -61,16 +61,11 @@ a {
.block {
padding: 10px 15px;
background-color: rgba(0, 0, 0, 0.3);
background-color: rgba(0, 0, 0, 0.1);
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
a:hover {
text-decoration: underline;
}
.info {
display: flex;
justify-content: center;
@ -99,7 +94,7 @@ label {
width: 40%;
resize: none;
color: #ddd;
background-color: rgba(0, 0, 0, 0.3);
background-color: rgba(0, 0, 0, 0.1);
border: none;
border-radius: 5px;
padding: 5px;