Add files via upload

Edited main.cpp, Edited help and Added screenshots to help.
This commit is contained in:
Андрей 2019-12-13 14:59:48 +03:00 committed by GitHub
parent 56bb5334cb
commit fbba67d8bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 93 additions and 14 deletions

19
help/css/style.css Normal file
View file

@ -0,0 +1,19 @@
#opensource-text {
color: darkturquoise;
}
span {
font-weight: bold;
}
.spoiler {
padding: 10px;
background-color: bisque;
}
.spoiler > input + .box {
display: none;
}
.spoiler > input:checked + .box {
display: block;
}