Сделал подсветку синтаксиса и кнопки перемещения

This commit is contained in:
Ilia Miheev
2026-03-25 00:13:06 +03:00
parent ad78917e91
commit 2c490c8359
8 changed files with 122 additions and 19 deletions
+5
View File
@@ -342,6 +342,10 @@ html {
font-size: 18px;
}
body {
margin: 0;
}
:root {
--side: 75px;
}
@@ -349,6 +353,7 @@ html {
.wraper {
display: flex;
justify-content: center;
padding-top: 10px;
}
.grid {