This commit is contained in:
2023-02-11 00:33:00 +03:00
commit 6be8dce9f9
29 changed files with 1846 additions and 0 deletions

23
src/css/main.css Normal file
View File

@@ -0,0 +1,23 @@
.div-center {
display: table;
margin: 0 auto;
}
.div-center img {
width: 10rem;
}
.buttons-group {
display: flex;
}
.buttons-group button:first-child {
margin-right: 8px;
}
a, div, img, p, button {
user-select: none;
-webkit-user-select: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
}