This commit is contained in:
2026-03-22 04:33:32 +07:00
parent 977f9cc7eb
commit 54ce3e5e7a
8 changed files with 31 additions and 17 deletions
+2
View File
@@ -88,4 +88,6 @@ body {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-image: url("@/assets/forest.png");
background-size: cover;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

+5
View File
@@ -9,6 +9,11 @@ body {
src: url('@/assets/a_OldTyper.ttf');
}
@font-face {
font-family: main;
src: url('@/assets/main.ttf');
}
.center-message {
display: flex;
justify-content: center; /* горизонтальное центрирование */
Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 MiB

After

Width:  |  Height:  |  Size: 859 KiB