2 Commits
lab6 ... hw3

Author SHA1 Message Date
5f692a4708 gitignore added 2025-12-11 18:22:29 +10:00
b98abb94cc aboba commit 2025-12-10 12:31:34 +10:00
3 changed files with 4 additions and 4 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
**node_modules
**to_reform

View File

@@ -30,8 +30,8 @@
.menu .selected {
color: green;
font-weight: bold;
border-left: double 4px silver;
border-right: double 4px silver;
border-left: double thin silver;
border-right: double thin silver;
}
.menu .menu-header {

View File

@@ -140,8 +140,6 @@
</div>
</div>
</div>
</div>
</body>
</html>