diff --git a/index.css b/index.css index d0c13ff..60bcd0d 100644 --- a/index.css +++ b/index.css @@ -3,9 +3,21 @@ color: white; text-align: center; font-family: monospace; + margin: 0; + padding: 0; +} +body{ + width: 100vw; + display: flex; + flex-direction: column; + align-items: center; +} +::-webkit-scrollbar{ + width: 0; + height: 0; } img{ - height: 300px; + width: 100%; } h1{ text-shadow: 1px 2px 20px; @@ -28,4 +40,10 @@ a:hover{ } a{ font-size: 20px; +} + +@media only screen and (min-width: 800px) { + *{ + width: 800px; + } } \ No newline at end of file diff --git a/index.html b/index.html index 77bf06c..6dd62e9 100644 --- a/index.html +++ b/index.html @@ -47,9 +47,9 @@

Usage:

2.3 Get FilesList
[ClassName].FileList[{element}];
2.4 Read Data From File in this dir to Array
- [ClassName].Read({FileName});
+ [ClassName].Read({FileName}, {UnHash Function (optional) for every line});
2.5 Save Data from Array to File
- [ClassName].Save({FileName});
+ [ClassName].Save({FileName}, {Hash Function (optional) for every line});
2.6 Create File
[ClassName].Create({FileName});
2.7 Remove File
@@ -69,9 +69,9 @@

Usage:

2.3 Get FilesList
[ClassName].FileList[{element}];
2.4 Read Data From File in this dir to Array
- [ClassName].Read({FileName});
+ [ClassName].Read({FileName}, {UnHash Function (optional) for every line});
2.5 Save Data from Array to File
- [ClassName].Save({FileName});
+ [ClassName].Save({FileName}, {Hash Function (optional) for every line});
2.6 Create File
[ClassName].Create({FileName});
2.7 Remove File